Skip to content

Commit

Permalink
Merge pull request #20 from wendellmva/master
Browse files Browse the repository at this point in the history
bugfix: added import for buffer
  • Loading branch information
williamkapke authored Jun 10, 2018
2 parents 43e31b4 + ca6735a commit 3519269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objectid.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Type definitions for bson-objectid 1.1.5
// Project: bson-objectid
// Definitions by: Marcel Ernst <https://www.marcel-ernst.de>

import { Buffer } from 'buffer';
export default ObjectID;

declare class ObjectID {
Expand Down

0 comments on commit 3519269

Please sign in to comment.