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

5 lines (4 loc) 56 B
const B10_CHARS = "0123456789"; export { B10_CHARS };