UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

5 lines 197 B
import { WorkerError } from './worker-error.js'; export declare class WorkerAlreadyRunningError extends WorkerError { constructor(); } //# sourceMappingURL=worker-already-running.error.d.ts.map