4 lines
223 B
TypeScript
4 lines
223 B
TypeScript
|
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
|