UNPKG

wexen

Version:
3 lines (2 loc) 154 B
import { HttpMethod, Middleware } from '../../index.ts'; export declare function routeMiddleware(method: HttpMethod, middleware: Middleware): Middleware;