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

4 lines
220 B
TypeScript
Raw Normal View History

2023-03-04 04:25:07 +03: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