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 179 B
export * from "./chars/85.js"; /** * Reference: https://en.wikipedia.org/wiki/Ascii85 */ export declare const BASE85: import("./base.js").BaseN; //# sourceMappingURL=85.d.ts.map