UNPKG

terra-draw

Version:

Frictionless map drawing across mapping provider

3 lines (2 loc) 154 B
import { Feature, LineString, Polygon } from "geojson"; export declare function selfIntersects(feature: Feature<Polygon> | Feature<LineString>): boolean;