Skip to main content
Latest
function internal.util.isEmptyObjectOrNull
import { internal } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/index.ts";
const { isEmptyObjectOrNull } = internal.util;

Verifies if the object is null or empty

Parameters

optional
obj: any

The subject object

Returns

boolean

True if it's empty object or null