Type Alias: PathMatchInput
PathMatchInput =
PathMatchPredicate|string
Anything toPathMatcher accepts: a glob string (compiled with
dot: true), or a custom (path) => boolean.
PathMatchInput =
PathMatchPredicate|string
Anything toPathMatcher accepts: a glob string (compiled with
dot: true), or a custom (path) => boolean.