Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#5507 from inker/master
Browse files Browse the repository at this point in the history
A fix for the victor.js TS definition file
  • Loading branch information
vvakame committed Aug 25, 2015
2 parents 5c1a341 + ae3ce43 commit 5948569
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions victor/victor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -353,3 +353,7 @@ declare class Victor
verticalAngleDeg():number;

}

declare module "victor" {
export = Victor;
}

0 comments on commit 5948569

Please sign in to comment.