UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

5 lines 378 B
import { MessageEnvelope } from '../message-envelope.js'; import { MessageState } from '../message-state.js'; import { EMessagePropertyStatus } from '../types/index.js'; export declare function _fromMessage(msg: string | MessageEnvelope, status: EMessagePropertyStatus | null, msgState: string | MessageState | null): MessageEnvelope; //# sourceMappingURL=_from-message.d.ts.map