import { type RouterContext } from "https://deno.land/x/oak@v17.1.3/router.ts";
The context passed router middleware.
Type Parameters
optional
P extends RouteParams<R> = RouteParams<R>optional
S extends State = Record<string, any>import { type RouterContext } from "https://deno.land/x/oak@v17.1.3/router.ts";
The context passed router middleware.