UNPKG

@phaserjs/phaser

Version:
8 lines 334 B
import * as Circle from './circle'; import * as Ellipse from './ellipse'; import * as Intersects from './intersects'; import * as Line from './line'; import * as Rectangle from './rectangle'; import * as Triangle from './triangle'; export { Circle, Ellipse, Intersects, Line, Rectangle, Triangle }; //# sourceMappingURL=index.d.ts.map