6 lines
70 B
JavaScript
Raw Normal View History

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