UNPKG

s2-tools

Version:

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

7 lines 260 B
export * from './kd'; export * from './kv'; export * from './multimap'; export * from './vector'; /** Any type of value that can be stored as a string */ export type Stringifiable = string | object | number | boolean | null; //# sourceMappingURL=index.d.ts.map