UNPKG

@tsed/bullmq

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