3 lines
118 B
TypeScript
3 lines
118 B
TypeScript
|
export declare function base64Encode(str: string): string;
|
||
|
export declare function base64Decode(str: string): string;
|