is-extendable
Returns true if a value is a plain object, array or function.
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
util-nonempty
Is the input (plain object, array, string or whatever) not empty?