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