Files
setup-haskell/node_modules/abab/index.d.ts
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00

3 lines
117 B
TypeScript

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