UNPKG

redis-smq

Version:

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

3 lines 213 B
import { MessageEnvelope } from '../../message/message-envelope.js'; export declare function _parseMessage(rawData: Record<string, string> | string[]): MessageEnvelope; //# sourceMappingURL=_parse-message.d.ts.map