UNPKG

redis-smq

Version:

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

8 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueueQueueNotEmptyError = void 0; const queue_error_js_1 = require("./queue.error.js"); class QueueQueueNotEmptyError extends queue_error_js_1.QueueError { } exports.QueueQueueNotEmptyError = QueueQueueNotEmptyError; //# sourceMappingURL=queue-queue-not-empty.error.js.map