Skip to main content
Latest
function isLocalDateTime
import { isLocalDateTime } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/temporal-types.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.