UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

6 lines (5 loc) 268 B
import { SketchCollection, NullSketchCollection } from "../types/index.js"; /** * Returns true if contiguous zone should be included in the given sketch collection */ export declare const sketchTest: (collection: SketchCollection | NullSketchCollection) => boolean;