UNPKG

318 BTypeScriptView Raw
1/**
2 * Base 64 encode the given string
3 * @param {string} str
4 * @return {string}
5 */
6export declare function encode(str: string): string;
7/**
8 * Decode the given Base 64 string
9 * @param {string} coded
10 * @return {string}
11 */
12export declare function decode(coded: string): string;
13//# sourceMappingURL=base64.d.ts.map
\No newline at end of file