mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add header
This commit is contained in:
Vendored
+5
@@ -1,3 +1,8 @@
|
||||
// Type definitions for Vec3 Librairy
|
||||
// Project: https://www.npmjs.com/package/vec3
|
||||
// Definitions by: Xavier Stouder <https://github.com/xstoudi/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "vec3"{
|
||||
class Vec3{
|
||||
constructor(x: number, y: number, z: number);
|
||||
|
||||
Reference in New Issue
Block a user