Skip to main content
Module

x/neo4j_driver_lite/mod.ts>isUnboundRelationship

Neo4j Bolt driver for JavaScript
Go to Latest
function isUnboundRelationship
Re-export
import { isUnboundRelationship } from "https://deno.land/x/neo4j_driver_lite@5.15.0/mod.ts";

Test if given object is an instance of UnboundRelationship class.

Type Parameters

optional
T extends NumberOrInteger = Integer
optional
P extends Properties = Properties
optional
Type extends string = string

Parameters

obj: unknown

the object to test.

Returns

true if given object is a UnboundRelationship, false otherwise.