Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aloedb/lib/utils.ts>isObjectEmpty

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function isObjectEmpty
import { isObjectEmpty } from "https://deno.land/x/aloedb@0.9.0/lib/utils.ts";

Checks if the object is empty.

Parameters

target: PlainObject

Object to check.

Returns

boolean

Is object empty or not.