Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias CallbackHandler
import { type CallbackHandler } from "https://deno.land/x/the@0.0.0.2/src/type.ts";
definition: (request: Request, params: any[]) => Promise<Response>