UNPKG

@hazae41/base58

Version:
5 lines (4 loc) 130 B
export declare namespace base16 { function encode(data: Uint8Array): string; function decode(text: string): Uint8Array; }