How to use the Map function from bson
Find comprehensive JavaScript bson.Map code examples handpicked from public code repositorys.
GitHub: loongson/npm-registry
52 53 54 55 56 57 58 59 60 61
/** @type {import('bson').Int32} */ module.exports.Int32 = BSONJS.Int32; /** @type {import('bson').Long} */ module.exports.Long = BSONJS.Long; /** @type {import('bson').Map} */ module.exports.Map = BSONJS.Map; /** @type {import('bson').MaxKey} */ module.exports.MaxKey = BSONJS.MaxKey; /** @type {import('bson').MinKey} */ module.exports.MinKey = BSONJS.MinKey;
0
0
0
+ 12 other calls in file
bson.ObjectId is the most popular function in bson (1017 examples)