---
url: 'https://adk.nht.io/api/@nhtio/adk/guards/functions/isDispatchContext.md'
---

# Function: isDispatchContext()

```ts
function isDispatchContext(value: unknown): value is DispatchContext;
```

Defined in: [guards.ts:113](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/guards.ts#L113)

Returns `true` if `value` is a [@nhtio/adk!DispatchContext](../../types/interfaces/DispatchContext.md) instance.

## Parameters

| Parameter | Type      |
| --------- | --------- |
| `value`   | `unknown` |

## Returns

`value is DispatchContext`
