UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

7 lines (6 loc) 173 B
/** * Hack to make 'slugify' import work with "type": "module". */ import slugify from "slugify"; declare const _default: typeof slugify.default; export default _default;