Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/endofunctor/types.ts>funRouterOptions

functional router for Deno
Go to Latest
type alias funRouterOptions
import { type funRouterOptions } from "https://deno.land/x/endofunctor@v0.0.1.9/types.ts";
definition: { hasName?: string; paramsStartsWith?: string; notFound?: { (x: Request): Response; }; badMethod?: { (x: Request): Response; }; }