is-plain-object
Returns true if an object was created by the `Object` constructor, or Object.create(null).
filter-obj
Filter object keys and values into a new object
is-accessor-descriptor
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
is-data-descriptor
Returns true if a value has the characteristics of a valid JavaScript data descriptor.