Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / isNodesType

Function: isNodesType()

ts
function isNodesType(value): value is NodeList

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

Parameters

value

FilterValue

Value.

Returns

value is NodeList