b-buf-b
base-x to bytesbuffer to base-x (x=2,8,10,16,32,36,64)
https://www.npmjs.com/package/b-buf-b
https://serapath.github.io/b-buf-b/
use
npm install b-buf-b
const base2string_to_bytebuffer bytebuffer_to_base2string base8string_to_bytebuffer bytebuffer_to_base8string base10input_to_bytebuffer bytebuffer_to_base10bigint base16string_to_bytebuffer bytebuffer_to_base16string base32string_to_bytebuffer bytebuffer_to_base32string base36string_to_bytebuffer bytebuffer_to_base36string base64string_to_bytebuffer bytebuffer_to_base64string = const randombytes = const ee = // BASE 2const $b2 = const $buf2 = // BASE 8const $b8 = const $buf8 = // BASE 10 (bigint)const $b10 = const $buf10 = // BASE 16const $b16 = const $buf16 = // BASE 32const $b32 = const $buf32 = // BASE 36const $b36 = const $buf36 = // BASE 64const $b64 = const $buf64 =