isEmptyObject
Import from @varavel/vdl-plugin-sdk/utils/predicates.
Checks if a value is an empty plain object.
Parameters
| Parameter | Type | Description |
|---|---|---|
value |
unknown |
The value to check. |
Returns
value is Record<PropertyKey, never>
- True if the value is an empty plain object, otherwise false.