A function that matches the URL for a UrlRule
A function that matches the URL for a UrlRule
Implementations should match against the provided UrlParts and return the matched value (truthy) if the rule matches. If this rule is selected, the matched value is passed to the UrlRuleHandlerFn.
the matched value, either truthy or falsey
Generated using TypeDoc
A function that matches the URL for a UrlRule
Implementations should match against the provided UrlParts and return the matched value (truthy) if the rule matches. If this rule is selected, the matched value is passed to the UrlRuleHandlerFn.