readfilerecurisvely
v1.0.0
Published
This is a package helps to read all file recursively. And provides the array of files
Maintainers
Readme
Read files of directory
You have to follow these steps
const readDirRecursive = require('readFileRecursively')
readDirRecursive('./directoryName').then(data => { console.log(data) })
