UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

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