UNPKG

winterspec

Version:

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

4 lines (3 loc) 191 B
import { Middleware } from "../middleware/types.js"; import { HTTPMethods } from "../types/web-handler.js"; export declare const withMethods: (methods: readonly HTTPMethods[]) => Middleware;