Skip to main content
Module

x/allo_routing/mod.ts>ServeResponseType

🦕 Routing solution for Deno
Go to Latest
type alias ServeResponseType
Re-export
import { type ServeResponseType } from "https://deno.land/x/allo_routing@v1.0.2/mod.ts";
definition: (req: Request, params: Record<string, string>) => Response | Promise<Response>