3.4.0
What's New:
- Multiple filters are now supported. So basically, this will now work as expected:
new fdir().filter(p => p.endsWith(".js")).filter(p => p.startsWith(".nim"))- I have finally added glob pattern caching so globbing performance should increase by about 5-8% if you are using the same glob pattern again and again.
Install using:
$ npm i fdir