UNPKG

base58-js

Version:

A light weight universal JavaScript base58 encoder / decoder.

3 lines (2 loc) 142 B
export { default as base58_to_binary } from "./base58_to_binary.d.ts"; export { default as binary_to_base58 } from "./binary_to_base58.d.ts";