UNPKG

node-ff

Version:
7 lines 463 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.user_router = exports.index_router = void 0; const user_routes_1 = require("./user_routes"); Object.defineProperty(exports, "index_router", { enumerable: true, get: function () { return user_routes_1.index_router; } }); Object.defineProperty(exports, "user_router", { enumerable: true, get: function () { return user_routes_1.user_router; } }); //# sourceMappingURL=index.js.map