Converts arrays of integers from one base to another. Uses an O(N²) algorithm.
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
A TypeScript library for working with arbitrary bases