5 lines
90 B

import * as AsyncLock from 'async-lock'
const lock = new AsyncLock()
export default lock