true when an object has zero enumerable
top-level keys.
Inputs
Outputs
{} is empty. {"value": null} is not empty because it still has the value
property.Check whether an object has no top-level properties.
true when an object has zero enumerable
top-level keys.
{} is empty. {"value": null} is not empty because it still has the value
property.