Skip to main content
Module

x/neo4j_lite_client/core/index.ts>isDateTime

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

Test if given object is an instance of DateTime class.

Parameters

obj: object
  • The object to test.

Returns

boolean

true if given object is a DateTime, false otherwise.