dirtoarray
v1.0.0
Published
Following package is turning everything what contains directory to array
Readme
About
Following package is turning everything what contains directory to array
Installation
npm install dirtoarray --save Usage
const dirToArray = require('dirtoarray');
console.log(dirToArray('./directory_path'))
