# Function: context()

> > **context**(): [`Arbitrary`](../classes/Arbitrary.md)\<[`ContextValue`](../interfaces/ContextValue.md)\>

# Function: context()

> **context**(): [`Arbitrary`](../classes/Arbitrary.md)\<[`ContextValue`](../interfaces/ContextValue.md)\>

Defined in: [packages/fast-check/src/arbitrary/context.ts:50](https://github.com/dubzzz/fast-check/blob/4663db899d411b24434189b8e560b5ecefc93f23/packages/fast-check/src/arbitrary/context.ts#L50)

Produce a [ContextValue](../interfaces/ContextValue.md) instance

## Returns

[`Arbitrary`](../classes/Arbitrary.md)\<[`ContextValue`](../interfaces/ContextValue.md)\>

## Remarks

Since 1.8.0
