0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server/lib/fs/index.js
kirrg001 5f5f0021db 🔥 Drop Node v4 Support
no issue

- support ends today
- see https://github.com/nodejs/Release
- removed `use strict`
2018-05-01 14:06:18 +02:00

9 lines
156 B
JavaScript

module.exports = {
get readCSV() {
return require('./read-csv');
},
get zipFolder() {
return require('./zip-folder');
}
};