"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const AsyncLock = require("async-lock");
const lock = new AsyncLock();
exports.default = lock;
//# sourceMappingURL=lock.js.map