Skip to main content
Latest
type alias RequestHandler
import { type RequestHandler } from "https://deno.land/x/lean@0.0.6/types.ts";

Type Parameters

optional
TApplication = Application
definition: (context: Context<TApplication>) => Promise<unknown> | unknown