// Type definitions for three 0.133 // Project: https://threejs.org/ // Definitions by: Josh Ellis // Nathan Bierema // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // Minimum TypeScript Version: 3.6 export * from './src/Three'; /*~ If this module is a UMD module that exposes a global variable 'myLib' when *~ loaded outside a module loader environment, declare that global here. *~ Otherwise, delete this declaration. */ export as namespace THREE;