ethers.js/packages/bytes/lib/base64.d.ts

4 lines
223 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:14:19 -04:00
import type { BytesLike } from "@ethersproject/logger";
export declare function decodeBase64(textData: string): Uint8Array;
export declare function encodeBase64(data: BytesLike): string;
//# sourceMappingURL=base64.d.ts.map