install-nix-action/node_modules/abab/index.d.ts
Domen Kožar 70742d22d9
v6
2019-11-19 17:50:30 +01:00

2 lines
117 B
TypeScript

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