@sotatech/nest-taskflow
Version:
A task flow management library for NestJS with Redis Pub/Sub integration.
8 lines • 394 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InjectTaskFlow = void 0;
const common_1 = require("@nestjs/common");
const taskflow_service_1 = require("../taskflow.service");
const InjectTaskFlow = () => (0, common_1.Inject)(taskflow_service_1.TaskFlowService);
exports.InjectTaskFlow = InjectTaskFlow;
//# sourceMappingURL=inject-taskflow.decorator.js.map