Skip to content

Commit

Permalink
bugfix: added import for buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellmva authored Jun 5, 2018
1 parent 47591f8 commit ca6735a
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 ca6735a

Please sign in to comment.