UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

7 lines 214 B
/** * Decompress the LZW data * @param buffer - The LZW data * @returns - The decompressed data */ export declare function lzwDecoder(buffer: ArrayBufferLike): ArrayBufferLike; //# sourceMappingURL=lzw.d.ts.map