UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

4 lines (3 loc) 209 B
import { Feature, Polygon } from "../../types/geojson.js"; export declare const selfCrossingPolygon: Feature<Polygon>; export declare const selfCrossingSketchPolygon: import("../../index.js").Sketch<Polygon>;