install-nix-action/node_modules/abab/index.d.ts
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

3 lines
117 B
TypeScript

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