Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.0.6/types.ts";
definition: { hasName?: string; paramsStartsWith?: string; notFound?: { (x: Request): Response; }; badMethod?: { (x: Request): Response; }; }