Skip to main content
Module

x/neo4j_driver_lite/mod.ts>isPoint

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

Test if given object is an instance of Point class.

Type Parameters

optional
T extends NumberOrInteger = Integer

Parameters

obj: unknown

the object to test.

Returns

obj is Point<T>

true if given object is a Point, false otherwise.