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.

3 lines 165 B
export { FSEvent, FS_TYPE } from "./dirScanner/model/fsEvents"; export { FileSysScanHandler } from "./dirScanner/fileSysHandler"; //# sourceMappingURL=index.d.ts.map