Skip to main content
Module

x/neo4j_lite_client/core/index.ts>isPoint

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

Test if given object is an instance of Point class.

Parameters

optional
obj: any

the object to test.

Returns

obj is Point

true if given object is a Point, false otherwise.