'use strict' module.exports = { copySync: require('./copy-sync')}
'use strict'
module.exports = {
copySync: require('./copy-sync')
}