UNPKG

redis-smq

Version:

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

3 lines 236 B
import { EQueueOperationalState } from '../../queue-manager/index.js'; export declare function _isAllowedTransition(from: EQueueOperationalState, to: EQueueOperationalState): boolean; //# sourceMappingURL=_is-allowed-transition.d.ts.map