Skip to main content
Module

x/abc/mod.ts>HandlerFunc

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