mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Merge pull request #3002 from errorx666/threejs-module
alias THREE as 'three' for AMD modules
This commit is contained in:
4
threejs/three.d.ts
vendored
4
threejs/three.d.ts
vendored
@@ -5856,3 +5856,7 @@ declare module THREE {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
declare module 'three' {
|
||||
export=THREE;
|
||||
}
|
||||
Reference in New Issue
Block a user