UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

7 lines (6 loc) 223 B
import type { GpStoryConfig } from "./types.js"; /** * Doesn't actually do anything except ensure config is propertly typed */ export const defineGpStories = (config: GpStoryConfig) => config; export * from "./types.js";