index.d.ts 110 B

123
  1. import { mat3, vec2, vec3 } from 'gl-matrix';
  2. import * as ext from './ext';
  3. export { mat3, vec2, vec3, ext };