Skip to content

Commit

Permalink
Merge pull request #39 from kasperisager/typescript-esm
Browse files Browse the repository at this point in the history
Declare `ignore` as default export
  • Loading branch information
kaelzhang authored Jun 20, 2018
2 parents c594bc0 + f46a2f8 commit 9588bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ interface Ignore {
*/
declare function ignore(): Ignore

export = ignore
export default ignore

0 comments on commit 9588bfb

Please sign in to comment.