# HonoOptions

**Kind:** Type

**Source:** [`src/hono-base.ts`](https://github.com/honojs/hono/blob/main/src/hono-base.ts#L46)

## 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)

- `Hono` — `src/hono.ts`:16
- `Hono` — `src/preset/quick.ts`:13
- `Hono` — `src/preset/tiny.ts`:11
