is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
is-extendable
Returns true if a value is a plain object, array or function.
is-obj
Check if a value is an object
isobject
Returns true if the value is an object and not an array or null.