Skip to main content
Latest
function isRelationship
import { isRelationship } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/graph-types.ts";

Test if given object is an instance of Relationship class.

Parameters

obj: object

the object to test.

Returns

true if given object is a Relationship, false otherwise.