null
Null generator library
is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
es-to-primitive
ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.
isobject
Returns true if the value is an object and not an array or null.