Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.3.10/hono-base.ts";
definition: { strict?: boolean; router?: Router<[H, RouterRoute]>; getPath?: GetPath<E>; }