UNPKG

@loaders.gl/bson

Version:

Framework-independent loader for JSON and streaming JSON formats

13 lines 309 B
// loaders.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export const BSONFormat = { name: 'BSON', id: 'bson', module: 'bson', extensions: ['bson'], mimeTypes: ['application/bson'], category: 'json', binary: true }; //# sourceMappingURL=bson-format.js.map