Base16 adapter for JS implementations
npm install @hazae41/base16Base16 adapter for JS implementations
``bash`
npm i @hazae41/base16
`tsx`
const encoded: string = Base16.encodeOrThrow(new Uint8Array([1,2,3,4,5]))
`tsx``
const decoded: Uint8Array = Base16.decodeOrThrow(encoded)