summaryrefslogtreecommitdiff
path: root/school/node_modules/abab/index.d.ts
blob: 665a6ade0d6b3f256716467b0e9833f002019877 (plain)
1
2
export function atob(encodedData: string): string | null
export function btoa(stringToEncode: string): string | null