v3.4.0
版本发布时间: 2020-05-16 01:37:47
thecodrr/fdir最新发布版本:v6.3.0(2024-08-25 21:58:51)
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