Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
Improving export (microsoft/TypeScript#5073)
  • Loading branch information
gnain authored Jun 7, 2017
1 parent f7636de commit 95f3df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/dygraphs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1266,5 +1266,5 @@ declare class Dygraph {
}

declare module "dygraphs" {
export = Dygraph;
}
export default Dygraph;
}

0 comments on commit 95f3df9

Please sign in to comment.