UNPKG

winterspec

Version:

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

8 lines (7 loc) 215 B
import { Middleware } from "./types.js"; export declare const withCtxError: Middleware<{}, { error: (status: number, error_payload: { error_code: string; message: string; }) => Response; }>;