readdir
Version:
Reads a directory and return results with the ability to use Ant style file match patterns
22 lines (12 loc) • 438 B
Markdown
# Change Log
## Major Release: 1.x
- Features
- Rewritten in TypeScript, auto generated type definitions published with the package
- Built and tested on node 10, 12 and 14
- Deprecations
- use of `isDir` is now deprecated and will output an `info` level log to the console.
This function will be removed in a future release.
- Backward Compatibility
- Fully backward compatible
## 0.x
- Built and tested for node 6+