UNPKG

walk-filtered

Version:

A simple, performant file system walker to provided fine-grained control over directories and files to walk. Supports Node 0.10 and above.

2 lines (1 loc) 101 B
export default function walk(root: any, filter: any, options: any, callback: any): Promise<unknown>;