Skip to main content
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://deno.land/x/abc@v1.0.0-rc5/mod.ts";
definition: (c: Context) => Promise<unknown> | unknown