UNPKG

@tsed/bullmq

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