ls-sync
v0.3.0
Published
Lists the absolute path of all files in `dir` synchronously.
Readme
ls-sync
Lists the absolute path of all files in dir synchronously.
Install
npm i ls-sync --saveUsage
var ls = require('ls-sync');
console.log(ls('.'));
console.log(ls('..'));
console.log(ls('/Users/nswbmw'));License
MIT
