import { Router } from "https://deno.land/x/danet@1.7.4/src/deps.ts";
Register middleware to be used on every matched route.
Type Parameters
optional
S extends State = RSRegister middleware to be used on every route that matches the supplied
path
.
Register middleware to be used on every route that matches the supplied
path
with explicit path parameters.
Type Parameters
optional
S extends State = RS