UNPKG

@sotatech/nest-taskflow

Version:

A task flow management library for NestJS with Redis Pub/Sub integration.

4 lines (3 loc) 185 B
import { Type } from '@nestjs/common'; import { TaskFlowMethods } from 'src/enums'; export declare function RegisterStrategy(method: TaskFlowMethods): (target: Type<any>) => Type<any>;