UNPKG

winterspec

Version:

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

6 lines (5 loc) 166 B
import { Middleware } from "./types.js"; import { Logger } from "./with-logger.js"; export declare const withRequestLogging: Middleware<{}, { logger: Logger; }>;