filter-scan-dir
v1.6.0
Published
Recursively scan and filter directory for a flat array of files
Maintainers
Readme
filter-scan-dir
Recursively scan and filter directory for a flat array of files.
Install
npm install --save filter-scan-dirUsage
import { filterScanDir, filterScanDirSync } from "filter-scan-dir";
// sync
console.log(filterScanDirSync({ cwd: "test" }));
// async
console.log(await filterScanDir({ cwd: "test" }));License
Licensed under the Apache License, Version 2.0

