# IsAny

**Kind:** Type

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

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

## Definition

```ts
boolean extends (T extends never ? true : false) ? true : false
```
