Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RouteMatch

interface RouteMatch <ParamKey extends string = string, RouteObjectType extends RouteObject = RouteObject> extends AgnosticRouteMatch<ParamKey, RouteObjectType> {}

§Type Parameters

§
ParamKey extends string = string
[src]
§
RouteObjectType extends RouteObject = RouteObject
[src]

§Extends

§
AgnosticRouteMatch<ParamKey, RouteObjectType>
[src]