📄 index.d.ts
/home/palash/git/site/node_modules/abab/index.d.ts
Language: ts • Lines: 2
export function atob(encodedData: string): string | null
export function btoa(stringToEncode: string): string | null