import { type MiddlewareDeclaration } from "https://deno.land/x/keywork@v6.2.1/router/mod.ts";
Middleware declaration in the convenient shape of Map
's constructor parameters.
definition: readonly [PathPatternPrefix, Fetcher<any>]
import { type MiddlewareDeclaration } from "https://deno.land/x/keywork@v6.2.1/router/mod.ts";
Middleware declaration in the convenient shape of Map
's constructor parameters.