UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

5 lines (4 loc) 151 B
/** * Returns filename of handler, given full path to source file */ export declare function getHandlerFilenameFromSrcPath(srcPath: string): string;