UNPKG

120 BTypeScriptView Raw
1/**
2 * Isomorphic base64 that works on the server and client
3 */
4export declare function toBase64(str: string): string;