s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
11 lines • 395 B
TypeScript
export * from './geometry';
export * from './object';
export * from './projection';
export type * from './projection';
/**
* Clean a string to remove whitespace, single and double quotes, and replace multiple spaces with a single space
* @param str - string to clean
* @returns - cleaned string
*/
export declare function cleanString(str: string): string;
//# sourceMappingURL=index.d.ts.map