import { type Route } from "https://deno.land/x/danet@1.7.4/src/deps.ts";
Properties
paramNames: (keyof P)[]
The parameters that are identified in the route that will be parsed out on matched requests.
import { type Route } from "https://deno.land/x/danet@1.7.4/src/deps.ts";
The parameters that are identified in the route that will be parsed out on matched requests.