Skip to main content
Version: 0.3.0

isPropertyDefinition

age-schema-client v0.3.0


age-schema-client / isPropertyDefinition

Function: isPropertyDefinition()

function isPropertyDefinition(value): value is PropertyDefinition;

Defined in: src/schema/guards.ts:66

Type guard for PropertyDefinition

Parameters

ParameterTypeDescription
valueunknownValue to check

Returns

value is PropertyDefinition

Whether the value is a PropertyDefinition