Skip to main content
Module

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

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

Test if given object is an instance of Path class.

Parameters

obj: object

the object to test.

Returns

obj is Path

true if given object is a Path, false otherwise.