kind-of
Get the native type of a value.
isobject
Returns true if the value is an object and not an array or null.
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).