UNPKG

expressmultithread

Version:

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

3 lines (2 loc) 179 B
import { ControllerDecoratorOpts } from "../../types"; export declare function controller(opts?: ControllerDecoratorOpts): <T extends new (...args: any[]) => {}>(target: T) => T;