Type Alias OnDemandExperimental

OnDemand: {
    BSONElement: BSONElement;
    ByteUtils: ByteUtils;
    NumberUtils: NumberUtils;
    parseToElements: ((this: void, bytes: Uint8Array, startOffset?: number) => Iterable<BSONElement>);
}

A new set of BSON APIs that are currently experimental and not intended for production use.