UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

5 lines (4 loc) 181 B
/** * Writes the output of running a function with a sketch to file */ export declare function writeResultOutput(results: any, functionName: string, name: string): Promise<void>;