Skip to main content
Module

x/hono/hono-base.ts>HonoOptions

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias HonoOptions
import { type HonoOptions } from "https://deno.land/x/hono@v3.10.0-rc.2/hono-base.ts";
definition: { strict?: boolean; router?: Router<H>; getPath?: GetPath<E>; }