install-nix-action/node_modules/abab/index.d.ts
Domen Kožar 49df04613e
v7
2020-02-24 13:29:22 +01:00

2 lines
117 B
TypeScript

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