UNPKG

winterspec

Version:

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

4 lines (3 loc) 145 B
import type { Middleware } from "./types.js"; export declare const allowed_headers: string[]; export declare const withCors: Middleware<{}, {}>;