UNPKG

quad-hexer

Version:

A library for converting between quad and hex representations of geocodes.

3 lines 225 B
export declare const encodeSpatialIdTilehash: (spatialIdTilehash: string) => string; export declare const decodeHexSpatialIdTilehash: (hexSpatialIdTilehash: string) => string; //# sourceMappingURL=spatial-id-tilehash.d.ts.map