Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
If available, the Object.prototype.__proto__ accessor and mutator, call-bound
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
tiny util for getting and setting deep object props safely