Skip to main content
Module

x/hono/hono-base.ts>HonoOptions

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias HonoOptions
import { type HonoOptions } from "https://deno.land/x/hono@v4.0.0-rc.1/hono-base.ts";
definition: { strict?: boolean; router?: Router<[H, RouterRoute]>; getPath?: GetPath<E>; }