'use strict';

var Lock = require('./lib/lock');

module.exports = {
	Lock: Lock
};