btoa.d.ts 60 B

123
  1. declare function btoa(str: string): string;
  2. export = btoa;