Skip to content

Commit

Permalink
fix: revert BSON Map export removal (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jan 19, 2021
1 parent f5f9fd4 commit 2b74387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export {
Timestamp,
Decimal128,
BSONRegExp,
BSONSymbol
BSONSymbol,
Map
} from './bson';

export {
Expand Down

0 comments on commit 2b74387

Please sign in to comment.