index.d.ts 124 B

12
  1. export type { Options, Vector2, Vector, Transformation, Matrix3 } from './type';
  2. export { Coordinate } from './coordinate';