@iredium/butterfly
Version:
Express API Framework
8 lines (7 loc) • 310 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("../../../example/controllers/users_controller"));
__export(require("../../../example/controllers/tasks_controller"));