mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
322 B
TypeScript
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;
|