UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

4 lines 253 B
import { Heartbeat } from 'redis-smq-common'; import { IHeartbeatPayload } from '../common/index.js'; export declare function heartbeatEventPublisher(heartbeat: Heartbeat<IHeartbeatPayload>): void; //# sourceMappingURL=heartbeat-event-publisher.d.ts.map