Skip to content

Commit 2b74387

Browse files
authored
fix: revert BSON Map export removal (#2704)
1 parent f5f9fd4 commit 2b74387

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export {
4141
Timestamp,
4242
Decimal128,
4343
BSONRegExp,
44-
BSONSymbol
44+
BSONSymbol,
45+
Map
4546
} from './bson';
4647

4748
export {

0 commit comments

Comments
 (0)