UNPKG

@tsed/bullmq

Version:
8 lines (5 loc) 180 B
import {Inject} from "@tsed/di"; import {getWorkerToken} from "../utils/getWorkerToken.js"; export function InjectWorker(name: string) { return Inject(getWorkerToken(name)); }