UNPKG

557 BTypeScriptView Raw
1// Type definitions for three 0.132
2// Project: https://threejs.org/
3// Definitions by: Josh Ellis <https://github.com/joshuaellis>
4// Nathan Bierema <https://github.com/Methuselah96>
5// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
6// Minimum TypeScript Version: 3.6
7
8export * from './src/Three';
9
10/*~ If this module is a UMD module that exposes a global variable 'myLib' when
11 *~ loaded outside a module loader environment, declare that global here.
12 *~ Otherwise, delete this declaration.
13 */
14export as namespace THREE;