UNPKG

redis-smq-common

Version:

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

6 lines 273 B
import { TWorkerThreadChildMessage } from '../types/index.js'; import { WorkerError } from './worker-error.js'; export declare class WorkerThreadError extends WorkerError { constructor(msg: TWorkerThreadChildMessage); } //# sourceMappingURL=worker-thread.error.d.ts.map