Skip to main content
Module

x/hono/mod.ts>Hono

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

Constructors

new
Hono(options?: HonoOptions<E>)

Type Parameters

optional
E extends Env = Env
optional
S extends Schema = BlankSchema
optional
BasePath extends string = "/"