Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function util.isEmptyObjectOrNull
import { util } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/index.ts";
const { isEmptyObjectOrNull } = 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