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