Home > doofinder > isEmptyObject
isEmptyObject() function
Check if the provided value is an empty object.
Signature:
export declare function isEmptyObject(obj: unknown): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| obj | unknown |
Returns:
boolean
true if the value is an empty object, false otherwise.