import { type RouterParamMiddleware } from "https://dotland.deno.dev/x/oak@v17.1.2/router.ts";
Middleware that will be called by the router when handling a specific parameter, which the middleware will be called when a request matches the route parameter.
Type Parameters
optional
P extends RouteParams<R> = RouteParams<R>optional
S extends State = Record<string, any>Call Signatures
Properties
optional
router: Router<any>