index.d.ts 117 B

12
  1. export function atob(encodedData: string): string | null
  2. export function btoa(stringToEncode: string): string | null