UNPKG

winterspec

Version:

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

6 lines (5 loc) 191 B
import { Middleware } from "./types.js"; import { RouteSpec } from "../types/route-spec.js"; export declare const withResponseObjectCheck: Middleware<{ routeSpec: RouteSpec<any>; }, {}>;