Files
turftracker/frontend/node_modules/@turf/kinks/dist/js/lib/sweepline-intersections.d.ts
2026-04-09 13:19:47 -05:00

3 lines
133 B
TypeScript

export default sweeplineIntersections;
declare function sweeplineIntersections(geojson: any, ignoreSelfIntersections: any): any[][];