| 1 | import { ellipsePool } from "./geometries/ellipse"; |
| 2 | import { linePool } from "./geometries/line"; |
| 3 | import { pointPool } from "./geometries/point"; |
| 4 | import { polygonPool } from "./geometries/polygon"; |
nothing calls this directly
no test coverage detected