'use strict'
const AsyncLock = require('./async-lock')
const FileLock = require('./file-lock')
module.exports = {
AsyncLock,
FileLock
}