// Type definitions for btoa 1.2 // Project: https://git.coolaj86.com/coolaj86/btoa.js.git // Definitions by: John Wright // Alex Brick // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 /// declare function btoa(str: string | Buffer): string; export = btoa;