How to use the Map function from bson

Find comprehensive JavaScript bson.Map code examples handpicked from public code repositorys.

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;
fork icon0
star icon0
watch icon0

+ 12 other calls in file