UNPKG

@loaders.gl/bson

Version:

Framework-independent loader for JSON and streaming JSON formats

11 lines 341 B
import type { LoaderOptions } from '@loaders.gl/loader-utils'; import type { ParseBSONOptions } from "./lib/parsers/parse-bson.js"; /** * @param table - * @param bsonpaths - */ export type BSONLoaderOptions = LoaderOptions & { bson?: ParseBSONOptions; }; export declare const BSONLoader: any; //# sourceMappingURL=bson-loader.d.ts.map