isPropertyDefinition
age-schema-client / isPropertyDefinition
Function: isPropertyDefinition()
function isPropertyDefinition(value): value is PropertyDefinition;
Defined in: src/schema/guards.ts:66
Type guard for PropertyDefinition
Parameters
| Parameter | Type | Description |
|---|---|---|
value | unknown | Value to check |
Returns
value is PropertyDefinition
Whether the value is a PropertyDefinition