UNPKG

next

Version:

The React Framework

5 lines (4 loc) 120 B
/** * Isomorphic base64 that works on the server and client */ export declare function toBase64(str: string): string;