UNPKG

winterspec

Version:

Write Winter-CG compatible routes with filesystem routing and tons of features

4 lines (3 loc) 254 B
import { WinterSpecRouteBundle } from "../types/winter-spec.js"; import { WinterSpecConfig } from "../config/config.js"; export declare const createWinterSpecBundleFromDir: (dirPath: string, options?: WinterSpecConfig) => Promise<WinterSpecRouteBundle>;