UNPKG

320 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 base64 values
6 */
7
8export { base64Decode, base64Encode, base64Validate, isBase64 } from "./bs64.js";
9export { base64Pad } from "./pad.js";
10export { base64Trim } from "./trim.js";
\No newline at end of file