Files
feedstr.live/node_modules/abab/index.d.ts
T
2023-11-25 18:12:47 -05:00

3 lines
117 B
TypeScript

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