Variable defaultConst

default: {
    BSONError: typeof BSONError;
    BSONRegExp: typeof BSONRegExp;
    BSONSymbol: typeof BSONSymbol;
    BSONTypeError: typeof BSONTypeError;
    Binary: typeof Binary;
    Code: typeof Code;
    DBRef: typeof DBRef;
    Decimal128: typeof Decimal128;
    Double: typeof Double;
    EJSON: typeof EJSON;
    Int32: typeof Int32;
    Long: typeof Long;
    Map: MapConstructor;
    MaxKey: typeof MaxKey;
    MinKey: typeof MinKey;
    ObjectID: typeof ObjectID;
    ObjectId: typeof ObjectID;
    Timestamp: typeof Timestamp;
    UUID: typeof UUID;
    calculateObjectSize: typeof calculateObjectSize;
    deserialize: typeof BSON.deserialize;
    deserializeStream: typeof deserializeStream;
    serialize: typeof BSON.serialize;
    serializeWithBufferAndIndex: typeof serializeWithBufferAndIndex;
    setInternalBufferSize: typeof setInternalBufferSize;
}

BSON default export

Deprecated

Please use named exports

Type declaration

Generated using TypeDoc