hensei-web/node_modules/abab/index.d.ts
2020-09-11 06:44:42 -07:00

2 lines
117 B
TypeScript

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