Files
Project_Astral/node_modules/ethers/lib.commonjs/utils/base64-browser.d.ts
2026-02-25 00:50:23 +05:30

4 lines
220 B
TypeScript

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