5 lines
90 B

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