Skip to content

Function: findFiles()

findFiles(pattern, options?): Sequence<string>

Recursively lists files matching pattern, ignoring the shared default groups plus any caller ignore patterns (unless ignore is a lone predicate function, in which case only that predicate applies). The ignore list mirrors what watchFiles feeds through its matchers.

string | string[]

FileFindOptions

Sequence<string>