Module

x/hono/hono-base.ts>HonoOptions

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