is-empty-typed
Simple JS library that checks if value is an empty object, collection, string
has-value
Returns true if a value exists, false if empty. Works with deeply nested values using object paths.
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
is-empty
Check whether a value is "empty".