UNPKG

242 BJavaScriptView Raw
1// Copyright 2017-2023 @polkadot/util-crypto authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4/**
5 * @summary Encode and decode base58 values
6 */
7
8export { base58Decode, base58Encode, base58Validate, isBase58 } from "./bs58.js";
\No newline at end of file