Skip to main content
Module

x/hono/hono-base.ts>HonoOptions

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias HonoOptions
import { type HonoOptions } from "https://deno.land/x/hono@v4.2.7/hono-base.ts";

Type Parameters

E extends Env
definition: { strict?: boolean; router?: Router<[H, RouterRoute]>; getPath?: GetPath<E>; }