mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
A fix for the victor.js TS definition file
The Victor class is now correctly exported as default.
This commit is contained in:
4
victor/victor.d.ts
vendored
4
victor/victor.d.ts
vendored
@@ -353,3 +353,7 @@ declare class Victor
|
||||
verticalAngleDeg():number;
|
||||
|
||||
}
|
||||
|
||||
declare module "victor" {
|
||||
export = Victor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user