diff options
Diffstat (limited to 'node_modules/fs-extra/lib/copy-sync/index.js')
-rw-r--r-- | node_modules/fs-extra/lib/copy-sync/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node_modules/fs-extra/lib/copy-sync/index.js b/node_modules/fs-extra/lib/copy-sync/index.js new file mode 100644 index 0000000..ebc7e0b --- /dev/null +++ b/node_modules/fs-extra/lib/copy-sync/index.js @@ -0,0 +1,3 @@ +module.exports = { + copySync: require('./copy-sync') +} |