UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

4 lines (3 loc) 225 B
export declare function setupProjectDirs(projectPath: string): Promise<void>; export declare function setupBuildDirs(projectPath: string): Promise<void>; export declare function cleanupBuildDirs(path: string): Promise<void>;