UNPKG

readdir

Version:

Reads a directory and return results with the ability to use Ant style file match patterns

3 lines (2 loc) 88 B
export * from './read-dir-options'; export { read, readSync, isDir } from './read-dir';