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

4 lines 261 B
export declare const B32_RFC4648_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"; export declare const B32_HEX_CHARS = "0123456789ABCDEFGHIJKLMNOPQRSTUV"; export declare const B32_CROCKFORD_CHARS = "0123456789ABCDEFGHJKMNPQRSTVWXYZ"; //# sourceMappingURL=32.d.ts.map