diff --git a/src/map.ts b/src/map.ts index 868d9aa3..ba003296 100644 --- a/src/map.ts +++ b/src/map.ts @@ -3,9 +3,7 @@ import { getGlobal } from './utils/global'; -/** - * @public - */ +/** @public */ let bsonMap: MapConstructor; const bsonGlobal = getGlobal<{ Map?: MapConstructor }>();