Skip to content

Type Alias: PathMatchInput

PathMatchInput = PathMatchPredicate | string

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