Module

x/abc/types.ts>HandlerFunc

A better Deno framework to create web application.
Latest
type alias HandlerFunc
import { type HandlerFunc } from "https://dotland.deno.dev/x/abc@v1.3.3/types.ts";
definition: (c: Context) => Promise<unknown> | unknown