6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
'use strict'
|
|
|
|
module.exports = {
|
|
copySync: require('./copy-sync')
|
|
}
|