Skip to main content
Module

x/hono/mod.ts>Hono

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
class Hono
extends HonoBase<E, S, BasePath>
Re-export
import { Hono } from "https://deno.land/x/hono@v3.7.3/mod.ts";

Constructors

new
Hono(init?: Partial<Pick<Hono, "router" | "getPath"> & { strict: boolean; }>)

Type Parameters

optional
E extends Env = Env
optional
S extends Schema = { }
optional
BasePath extends string = "/"