UNPKG

322 BTypeScriptView Raw
1// Type definitions for atob 2.1
2// Project: https://git.coolaj86.com/coolaj86/atob.js.git
3// Definitions by: John Wright <https://github.com/johngeorgewright>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.1
6
7export = _default;
8declare function _default(str: string): string;