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

RouteContext

import type { RouteContext } from "https://raw.githubusercontent.com/worker-tools/router/master/index.ts";
interface RouteContext extends Context {}

§Extends

§Properties

§

The match that resulted in the execution of this route. It is the full result produced by the URL Pattern API. If you are looking for a params-like object similar to outer routers, use the basics middleware or match.pathname.groups.