3 lines
133 B
TypeScript
3 lines
133 B
TypeScript
export default sweeplineIntersections;
|
|
declare function sweeplineIntersections(geojson: any, ignoreSelfIntersections: any): any[][];
|