UNPKG

@loaders.gl/bson

Version:

Framework-independent loader for JSON and streaming JSON formats

4 lines 251 B
import type { SerializeOptions } from 'bson'; export type EncodeBSONOptions = SerializeOptions; export declare function encodeBSONSync(value: Record<string, unknown>, options?: EncodeBSONOptions): ArrayBuffer; //# sourceMappingURL=encode-bson.d.ts.map