expressmultithread
Version:
Fast, light-weight and low dependency [Express.js](https://www.npmjs.com/package/express) multithreaded router.
10 lines • 411 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Config = void 0;
const config_1 = __importDefault(require("./constants/config"));
exports.Config = config_1.default;
exports.default = config_1.default;
//# sourceMappingURL=config.js.map