Reference
matchRoute
Matches a request pathname against a route list.
Signature
function matchRoute(routes: readonly AppRoute[], pathname: string): MatchedRoute | undefinedReference
Matches a request pathname against a route list.
function matchRoute(routes: readonly AppRoute[], pathname: string): MatchedRoute | undefined