Skip to content

Commit

Permalink
Lower atob required version to 2.1 (DefinitelyTyped#27114)
Browse files Browse the repository at this point in the history
This file doesn't use anything that needs 2.8
  • Loading branch information
RyanCavanaugh authored Jul 9, 2018
1 parent 03eede6 commit 42fb16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/atob/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// 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.8
// TypeScript Version: 2.1

export default function(str: string): string;

0 comments on commit 42fb16d

Please sign in to comment.