A fix for the victor.js TS definition file

The Victor class is now correctly exported as default.
This commit is contained in:
inker
2015-08-23 19:51:32 +03:00
parent af81415504
commit ae3ce43c89

4
victor/victor.d.ts vendored
View File

@@ -353,3 +353,7 @@ declare class Victor
verticalAngleDeg():number;
}
declare module "victor" {
export = Victor;
}