Remix
Remix
remix/route-pattern/match · TypeView Source

Matcher

Signature

type Matcher<source> = {
  match(url: string | URL): Match<source, undefined> | null;
};