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

0.0.4 • Public • Published

fast-scan-dir-recursive

Scans a directory recursively while avoiding recursion and being parallel and fast

Example usage:

import { scan } from "fast-scan-dir-recursive";
const files = await scan("/home/user");

Package Sidebar

Install

npm i fast-scan-dir-recursive

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

3.09 kB

Total Files

5

Last publish

Collaborators

  • achlubek