projecte_ionic/node_modules/abab/index.d.ts
2022-02-09 18:30:03 +01:00

3 lines
117 B
TypeScript
Executable file

export function atob(encodedData: string): string | null
export function btoa(stringToEncode: string): string | null