import { handler } from "https://deno.land/x/live@1.61.0/runtime/fresh/middlewares/3_main.ts";
type
(req: Request, ctx: MiddlewareHandlerContext<DecoState<MiddlewareConfig, DecoSiteState>>) => Promise<Response> | (req: Request, ctx: MiddlewareHandlerContext<DecoState<MiddlewareConfig, DecoSiteState>>) => unknown[]