UNPKG

@tsed/bullmq

Version:
3 lines (2 loc) 190 B
import { Job, Worker, WorkerOptions } from "bullmq"; export declare function createWorkerProvider(worker: string, process: (job: Job) => any, opts: WorkerOptions): Worker<any, any, string>;