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.
Parameters
Section titled “Parameters”pattern
Section titled “pattern”string | string[]
options?
Section titled “options?”Returns
Section titled “Returns”Sequence<string>