Skip to content

Commit

Permalink
Make 'public' tag single line
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwabena Ampofo committed Apr 20, 2022
1 parent bf18dd6 commit c2df28a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

import { getGlobal } from './utils/global';

/**
* @public
*/
/** @public */
let bsonMap: MapConstructor;

const bsonGlobal = getGlobal<{ Map?: MapConstructor }>();
Expand Down

0 comments on commit c2df28a

Please sign in to comment.