Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias mf.MatchHandler
Re-export
import { type mf } from "https://deno.land/x/mackerel_client_deno@v0.5.1/deps.ts";
const { MatchHandler } = mf;

A handler type for a router path match which gets passed the matched values

definition: (req: Request, match: Record<string, string>) => Response | Promise<Response>