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

7 lines 239 B
export declare const B16_UC_CHARS = "0123456789ABCDEF"; export declare const B16_LC_CHARS = "0123456789abcdef"; /** * Alias for {@link B16_LC_CHARS} */ export declare const B16_CHARS = "0123456789abcdef"; //# sourceMappingURL=16.d.ts.map