]> git.saurik.com Git - schoinion.git/blob - src/atob.d.ts
Initial implementation (cleaved from orchid-core).
[schoinion.git] / src / atob.d.ts
1 declare module 'atob' {
2 function atob(value: string): string;
3 export = atob;
4 }