mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-26 11:12:19 +08:00
Corrected fromPath parameter type
This commit is contained in:
Vendored
+1
-1
@@ -1343,7 +1343,7 @@ declare module Matter
|
||||
* @param path
|
||||
* @returns vertices
|
||||
*/
|
||||
static fromPath ( path ):Array<Vector>;
|
||||
static fromPath ( path:string ):Array<Vector>;
|
||||
|
||||
/**
|
||||
* Returns the moment of inertia (second moment of area) of the set of vertices given the total mass.
|
||||
|
||||
Reference in New Issue
Block a user