Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.
inspect-jsabout 1 year agoAn Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
ljharbover 1 year agoReturns true if a value has the characteristics of a valid JavaScript accessor descriptor.
inspect-jsabout 1 year agoReturns true if a value has the characteristics of a valid JavaScript data descriptor.
inspect-jsabout 1 year ago