UNPKG

s2-tools

Version:

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

6 lines 220 B
/** * @param inputs - a list of sorted files * @param output - output file */ export declare function mergeSortedChunks(inputs: string[], output: string): Promise<void>; //# sourceMappingURL=mergeSortedChunks.d.ts.map