Skip to main content
Module

x/neo4j_lite_client/core/graph-types.ts>isNode

Unofficial Neo4j Driver for Deno
Latest
function isNode
import { isNode } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/graph-types.ts";

Test if given object is an instance of Node class.

Parameters

obj: object

the object to test.

Returns

obj is Node

true if given object is a Node, false otherwise.