ethers.js/lib.esm/utils/base64-browser.d.ts

4 lines
220 B
TypeScript
Raw Permalink Normal View History

2022-09-05 16:57:11 -04:00
import type { BytesLike } from "./data.js";
export declare function decodeBase64(textData: string): Uint8Array;
export declare function encodeBase64(_data: BytesLike): string;
//# sourceMappingURL=base64-browser.d.ts.map