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 (6 loc) 145 B
import { B26_LC_CHARS } from "./26.js"; import { B36_CHARS } from "./36.js"; const B62_CHARS = B36_CHARS + B26_LC_CHARS; export { B62_CHARS };