Skip to main content
Module

x/neo4j_lite_client/core/index.ts>isPathSegment

Unofficial Neo4j Driver for Deno
Latest
function isPathSegment
Re-export
import { isPathSegment } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";

Test if given object is an instance of PathSegment class.

Parameters

obj: object

the object to test.

Returns

true if given object is a PathSegment, false otherwise.