Returns true if the object has at least one own enumerable key.
true
The object to check.
isFilledObject({ a: 1 }) // => trueisFilledObject({}) // => false Copy
isFilledObject({ a: 1 }) // => trueisFilledObject({}) // => false
Returns
trueif the object has at least one own enumerable key.