Repository URL to install this package:
|
Version:
0.6.0 ▾
|
export function atob(encodedData: string): string | null
export function btoa(stringToEncode: string): string | null