UNPKG

winterspec

Version:

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

6 lines (5 loc) 199 B
import type { StartDevServerOptions } from "./dev-server.js"; export declare const startDevServer2: (options: StartDevServerOptions) => Promise<{ port: string; stop: () => Promise<void>; }>;