# IfAnyThenEmptyObject

**Kind:** Type

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

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

## Definition

```ts
0 extends 1 & T ? {} : T
```
