Skip to main content
Module

x/hono/types.ts>H

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias H
import { type H } from "https://deno.land/x/hono@v3.5.5/types.ts";

Type Parameters

optional
E extends Env = any
optional
P extends string = any
optional
I extends Input = { }
optional
R extends HandlerResponse<any> = any
definition: Handler<E, P, I, R> | MiddlewareHandler<E, P, I>