UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

7 lines (5 loc) 162 B
/** * Hack to make 'slugify' import work with "type": "module". */ import slugify from "slugify"; export default slugify as unknown as typeof slugify.default;