remix/route-pattern/match · TypeView SourceMatcher Summary Matcher for a single route pattern. Signature type Matcher<source> = { match(url: string | URL): Match<source, undefined> | null }