UNPKG

expressmultithread

Version:

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

13 lines 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSources = exports.getRoutes = void 0; const Child_1 = require("../class/Child"); function getRoutes() { return Child_1.child._routes; } exports.getRoutes = getRoutes; function getSources() { return Child_1.child._sources; } exports.getSources = getSources; //# sourceMappingURL=getSources.js.map