Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias funRouterOptions
import { type funRouterOptions } from "https://deno.land/x/endofunctor@v0.0.0.2/types.ts";
definition: { hasName?: string; globalNotFound?: true; paramsStartsWith?: string; notFound?: { (x: Request): Response; }; badMethod?: { (x: Request): Response; }; }