Skip to main content
Module

x/neo4j_lite_client/core/index.ts>isLocalDateTime

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

Test if given object is an instance of LocalDateTime class.

Parameters

obj: any
  • The object to test.

Returns

true if given object is a LocalDateTime, false otherwise.