UNPKG

winterspec

Version:

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

7 lines (6 loc) 216 B
interface ConstructManifestOptions { routesDirectory: string; bundledAdapter?: "wintercg-minimal"; } export declare const constructManifest: (options: ConstructManifestOptions) => Promise<string>; export {};