UNPKG

expressmultithread

Version:

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

8 lines (7 loc) 364 B
import { Multithreaded } from './class/Router'; export { Multithreaded }; export * from "./decorators"; export * from "./class/Plugin"; export { DispatcherType } from "./constants/strings"; export type { BaseConfig, InternalRoute, ControllerDecoratorOpts, ObjectPrototype, PluginRoute, PluginType, PluginController, } from "./types"; export default Multithreaded;