UNPKG

vmind_dir_scan

Version:

A library to scan the file system based on a root folder. The library will scan recursively and send a callback for every file and directory it finds, including details such as age, name, path, and size.

15 lines (14 loc) 295 B
{ "compilerOptions": { "outDir": "lib", "declaration": true, "declarationMap": true, "module": "Commonjs", "target": "ES6", "strict": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "lib", "tests"] }