Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function isEmptyObjectOrNull
import { isEmptyObjectOrNull } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/util.ts";

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