index.js
1  'use strict'
2  
3  module.exports = {
4    copySync: require('./copy-sync')
5  }