UNPKG

@loaders.gl/compression

Version:

Decompression and compression plugins for loaders.gl

5 lines 171 B
/** * @type {function(!Int8Array, Options=):!Int8Array} */ export declare let BrotliDecode: (bytes: any, options: any) => Int8Array; //# sourceMappingURL=decode.d.ts.map