## isTypedValue() function

Returns true if the value is a TypedValue.

**Signature:**

```typescript
export declare function isTypedValue(value: unknown): value is TypedValue;
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| value | unknown | The unknown value to check. |

**Returns:**

value is [TypedValue](/content/docs/sdk/core.typedvalue)

True if the value is a TypedValue.

- [isTypedValue() function](/content/docs/sdk/core.istypedvalue#istypedvalue-function/index.html)
- [Parameters](/content/docs/sdk/core.istypedvalue#parameters/index.html)
