diff options
Diffstat (limited to 'node_modules/locutus/php/filesystem/index.js')
-rw-r--r-- | node_modules/locutus/php/filesystem/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/locutus/php/filesystem/index.js b/node_modules/locutus/php/filesystem/index.js new file mode 100644 index 0000000..02bb422 --- /dev/null +++ b/node_modules/locutus/php/filesystem/index.js @@ -0,0 +1,8 @@ +'use strict'; + +module.exports['basename'] = require('./basename'); +module.exports['dirname'] = require('./dirname'); +module.exports['file_get_contents'] = require('./file_get_contents'); +module.exports['pathinfo'] = require('./pathinfo'); +module.exports['realpath'] = require('./realpath'); +//# sourceMappingURL=index.js.map
\ No newline at end of file |