UNPKG

nano-base32

Version:

A small, quick, self-contained implementation of the Base32 encoding/decoding scheme used by the cryptocurrency Nano.

9 lines (7 loc) 167 B
declare const _default: { encode(view: Uint8Array): string decode(input: string): Uint8Array } declare module 'nano-base32' { export default _default }