Skip to content

Function: toPathMatcher()

toPathMatcher(…inputs): PathMatcher

Combines one or more patterns into a single PathMatcher (OR’d). Strings are compiled with dot: true; predicates are used as-is; null/undefined entries are skipped. With no matching patterns the result always returns false.

…readonly (PathMatchInput | null | undefined)[]

PathMatcher