UNPKG

@loaders.gl/bson

Version:

Framework-independent loader for JSON and streaming JSON formats

6 lines 210 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export { BSONLoader } from "./bson-loader.js"; export { BSONWriter } from "./bson-writer.js"; //# sourceMappingURL=index.js.map