Signature
path=null start=null
Parameters
- obj:
Record<string, unknown>- The object to be checked.
Returns
boolean - true if the object is empty, false otherwise.
Checks if a given object is empty.
Record<string, unknown> - The object to be checked.boolean - true if the object is empty, false otherwise.