@dominicstop/utils
Version:
Yet another event emitter written in typescript.
13 lines • 391 B
TypeScript
export * from './Angle';
export * from './Line';
export * from './Point';
export * from './Rect';
export * from './Size';
export * from './Triangle';
export * from './Vector2D';
export * from './BoxedCircle';
export * from './BoxedHexagon';
export * from './HexagonGrid';
export * from './interfaces/BoxedPolygon';
export * from './interfaces/BoxedShape';
//# sourceMappingURL=index.d.ts.map