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