Module

x/abc/mod.ts>HandlerFunc

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