UNPKG

@digitalcredentials/base58-universal

Version:

Encode/decode using the Base58 Bitcoin Encoding Scheme.

5 lines (4 loc) 117 B
/*! * Copyright (c) 2020-2021 Digital Bazaar, Inc. All rights reserved. */ export {encode, decode} from './baseN';