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");
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");
npm i fast-scan-dir-recursive
0
0.0.4
MIT
3.09 kB
5