UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

3 lines (2 loc) 96 B
/** Capitalizes the first letter of string */ export declare const capitalize: (s: any) => any;