filter-scan-dir
TypeScript icon, indicating that this package has built-in type declarations

1.5.5 • Public • Published

filter-scan-dir

License build coverage

Downloads

npm badge

Recursively scan and filter directory for a flat array of files.

  • Supports super fast concurrent mode in async version.

  • API Docs

  • Github

Install

npm install --save filter-scan-dir

Usage

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

Package Sidebar

Install

npm i filter-scan-dir

Weekly Downloads

310

Version

1.5.5

License

Apache-2.0

Unpacked Size

43.1 kB

Total Files

11

Last publish

Collaborators

  • jchip