Files
julia-runtest/node_modules/abab/index.d.ts
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

3 lines
117 B
TypeScript

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