UNPKG

winterspec

Version:

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

9 lines (8 loc) 264 B
import { Command } from "clipanion"; export declare class BundleRoutesCommand extends Command { static paths: string[][]; static usage: import("clipanion").Usage; routesDirectory: string; output: string | undefined; execute(): Promise<void>; }