UNPKG

117 BTypeScriptView Raw
1export function atob(encodedData: string): string | null
2export function btoa(stringToEncode: string): string | null
3
\No newline at end of file