UNPKG

@thi.ng/base-n

Version:

Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays

6 lines 210 B
export * from "./chars/83.js"; /** * Reference: https://github.com/woltapp/blurhash/blob/master/Algorithm.md#base-83 */ export declare const BASE83: import("./base.js").BaseN; //# sourceMappingURL=83.d.ts.map