Skip to main content
Module

x/neo4j_driver_lite/mod.ts>isPath

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

Test if given object is an instance of Path class.

Type Parameters

optional
T extends NumberOrInteger = Integer

Parameters

obj: unknown

the object to test.

Returns

obj is Path<T>

true if given object is a Path, false otherwise.