gis-tools-ts
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
11 lines • 407 B
TypeScript
export * from './geometry.js';
export * from './object.js';
export * from './projection.js';
export type * from './projection.js';
/**
* 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