Skip to main content
Version: Next

isVertexLabel

age-schema-client v0.5.0


age-schema-client / isVertexLabel

Function: isVertexLabel()

function isVertexLabel(value): value is VertexLabel;

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

Type guard for VertexLabel

Parameters

ParameterTypeDescription
valueunknownValue to check

Returns

value is VertexLabel

Whether the value is a VertexLabel