UNPKG

expressmultithread

Version:

Fast, light-weight and low dependency [Express.js](https://www.npmjs.com/package/express) multithreaded router.

3 lines (2 loc) 194 B
import { RouteMethod, Middleware } from "../../types"; export declare function route(method: RouteMethod, path: string, ...middlewares: Middleware[]): (target: any, propertyKey: string) => any;