Skip to main content
Module

x/abc/types.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.1.0/types.ts";
definition: (c: Context) => Promise<unknown> | unknown