rage-framework
Version:
## How to Install *server-side* ```bash npm install @rage-framework/server ```
10 lines • 430 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InjectSoft = void 0;
const container_1 = require("../container");
const module_service_1 = require("../services/core/module.service");
function InjectSoft(Service) {
return container_1.Container.get(module_service_1.ModuleService).watcherService.getByClass(Service);
}
exports.InjectSoft = InjectSoft;
//# sourceMappingURL=inject-soft.js.map