Skip to content

@continuum-js/router


@continuum-js/router / matchChain

Function: matchChain() ​

matchChain(routes, pathname): MatchResult

Defined in: match.ts:38

Match pathname against the route tree. First match wins (order matters).

Parameters ​

routes ​

RouteDef[]

pathname ​

string

Returns ​

MatchResult