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
Value.
Returns
value is LogicalType