UNPKG

241 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/util-crypto authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3
4/**
5 * @summary Encode and decode base32 values
6 */
7export { base32Decode, base32Encode, base32Validate, isBase32 } from "./bs32.js";
\No newline at end of file