UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

3 lines (2 loc) 124 B
import { Sketch } from "../types/index.js"; export declare const genSketchWithActivities: (activities: string[]) => Sketch;