Explorar o código

Fix export of TypeScript Math namespace

Nathan Bierema %!s(int64=6) %!d(string=hai) anos
pai
achega
aedee38e44
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Three.d.ts

+ 1 - 1
src/Three.d.ts

@@ -105,7 +105,7 @@ export * from './math/interpolants/DiscreteInterpolant';
 export * from './math/interpolants/CubicInterpolant';
 export * from './math/Interpolant';
 export * from './math/Triangle';
-export * from './math/Math';
+export { _Math as Math } from './math/Math';
 export * from './math/Spherical';
 export * from './math/Cylindrical';
 export * from './math/Plane';