UNPKG

base58-js

Version:

A light weight universal JavaScript base58 encoder / decoder.

2 lines (1 loc) 69 B
export default function binary_to_base58(input: Uint8Array): string;