4 lines
60 B
TypeScript
4 lines
60 B
TypeScript
declare function btoa(str: string): string;
|
|
|
|
export = btoa;
|
declare function btoa(str: string): string;
|
|
|
|
export = btoa;
|