UNPKG

hilbert-geohash

Version:

Node.js implementation of Hilbert-curve based geohashing.

3 lines (2 loc) 160 B
export declare const encode_int: (n: bigint, bits_per_char?: number) => string; export declare const decode_int: (n: string, bits_per_char?: number) => bigint;