Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / isLogicalType

Function: isLogicalType()

ts
function isLogicalType(value): value is LogicalType

Checks whether the given filter value is an instance of LogicalType.

Parameters

value

FilterValue

Value.

Returns

value is LogicalType