# findTargetHandler

**Kind:** Function

**Source:** [`src/utils/handler.ts`](https://github.com/honojs/hono/blob/main/src/utils/handler.ts#L9)

**Part of:** [Utils](subsystem-src-utils)

## Signature

```ts
function findTargetHandler(handler: Function): Function
```

## Parameters

| Name | Type |
|---|---|
| `handler` | `Function` |

**Returns:** `Function`

## Used by

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

### Imported by (2)

- `inspectRoutes` — `src/helper/dev/index.ts`:27
- `dirname` — `src/helper/ssg/utils.ts`:11
