mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
try fix
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
declare module "vec3"{
|
||||
export class Vec3{
|
||||
class Vec3{
|
||||
constructor(x: number, y: number, z: number);
|
||||
constructor(location: number[]);
|
||||
constructor(location: {x: number; y: number; z: number});
|
||||
|
||||
Reference in New Issue
Block a user