Glob using globby and exit early if there are any findings.
Returns true if any file matches the given glob pattern(s).
true
If a matcher function is provided, it will be used to filter the stream result.
matcher
A glob pattern or list of patterns.
Optional globby options and a matcher function.
A boolean indicating whether any matching file was found.
Glob using globby and exit early if there are any findings.
Returns
true
if any file matches the given glob pattern(s).If a
matcher
function is provided, it will be used to filter the stream result.