UNPKG

redis-smq

Version:

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

8 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventBusInstanceLockError = void 0; const redis_smq_common_1 = require("redis-smq-common"); class EventBusInstanceLockError extends redis_smq_common_1.EventBusError { } exports.EventBusInstanceLockError = EventBusInstanceLockError; //# sourceMappingURL=event-bus-instance-lock.error.js.map