Skip to content

HonoOptions

reference
1 min readUpdated

Kind: Type

Source: src/hono-base.ts

Definition

ts
{ strict?: boolean router?: Router<[H, RouterRoute]> getPath?: GetPath<E> }

Relationships

  • IMPORTS → compose
  • IMPORTS → Context
  • IMPORTS → METHODS
  • IMPORTS → METHOD_NAME_ALL
  • IMPORTS → METHOD_NAME_ALL_LOWERCASE
  • IMPORTS → COMPOSED_HANDLER
  • IMPORTS → getPath
  • IMPORTS → getPathNoStrict
  • IMPORTS → mergePath

Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (3)

  • Honosrc/hono.ts:16
  • Honosrc/preset/quick.ts:13
  • Honosrc/preset/tiny.ts:11

Was this page helpful?

Download as PDF
HonoOptions — Hono (narrator proof)