UNPKG

redis-semaphore

Version:

Distributed mutex and semaphore based on Redis

6 lines 186 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class TimeoutError extends Error { } exports.default = TimeoutError; //# sourceMappingURL=TimeoutError.js.map