UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

8 lines (7 loc) 160 B
/** * Puts new socket connection record in DB */ export declare const connectHandler: (event: any) => Promise<{ statusCode: number; body: string; }>;