remix/route-pattern/match · Type
Matcher
remix/route-pattern/match · Type
View Source
Matcher
Signature
type
Matcher
<
source
>
=
{
match
(
url
:
string
|
URL
)
:
Match
<
source
,
undefined
>
|
null
;
};