UNPKG

expressmultithread

Version:

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

12 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Plugin { constructor(id) { this.__id = id; } get id() { return this.__id; } } exports.default = Plugin; //# sourceMappingURL=Plugin.js.map