mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +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:
Vendored
+4
@@ -353,3 +353,7 @@ declare class Victor
|
||||
verticalAngleDeg():number;
|
||||
|
||||
}
|
||||
|
||||
declare module "victor" {
|
||||
export = Victor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user