UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

3 lines 185 B
import { ICallback } from './types/index.js'; export declare function withTimeout<T>(callback: ICallback<T>, timeoutMs: number): ICallback<T>; //# sourceMappingURL=with-timeout.d.ts.map