Skip to main content
Go to Latest
type alias CallbackHandler
Re-export
import { type CallbackHandler } from "https://deno.land/x/the@0.0.0.1/mod.ts";
definition: (request: Request, params: any[]) => Promise<Response>