Skip to main content
Deno 2 is finally here 🎉️
Learn more
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