sweepline-intersections.d.ts 133 B

12
  1. export default sweeplineIntersections;
  2. declare function sweeplineIntersections(geojson: any, ignoreSelfIntersections: any): any[][];