UNPKG

quad-hexer

Version:

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

3 lines 220 B
export declare const encodeS2HilbertQuadkey: (s2HilbertQuadkey: string) => string; export declare const decodeHexS2HilbertQuadkey: (hexS2HilbertQuadkey: string) => string; //# sourceMappingURL=s2-hilbert-quadkey.d.ts.map