UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

3 lines 180 B
export declare function toBase64(data: any): string | undefined; export declare function fromBase64<T>(data: string | string[]): T | undefined; //# sourceMappingURL=base64.d.ts.map