Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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