UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

6 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TimerError = void 0; var timer_error_js_1 = require("./timer.error.js"); Object.defineProperty(exports, "TimerError", { enumerable: true, get: function () { return timer_error_js_1.TimerError; } }); //# sourceMappingURL=index.js.map