You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** when deserializing will promote BSON values to their Node.js closest equivalent types. */
37
37
promoteValues?: boolean;
38
+
/** when deserializing will return UUID type, if promoteBuffers is also true then promoteUUIDs will take precedence and a buffer will not be returned */
39
+
promoteUUIDs?: boolean;
38
40
/** allow to specify if there what fields we wish to return as unserialized raw buffer. */
39
41
fieldsAsRaw?: Document;
40
42
/** return BSON regular expressions as BSONRegExp instances. */
0 commit comments