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.
Parameters
Section titled “Parameters”inputs
Section titled “inputs”…readonly (PathMatchInput | null | undefined)[]