UNPKG

redis-semaphore

Version:

Distributed mutex and semaphore based on Redis

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