DefinitelyTyped/types/atob/index.d.ts
2019-03-12 09:35:43 -07:00

9 lines
322 B
TypeScript

// Type definitions for atob 2.1
// Project: https://git.coolaj86.com/coolaj86/atob.js.git
// Definitions by: John Wright <https://github.com/johngeorgewright>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
export = _default;
declare function _default(str: string): string;