is-data-descriptor
Install
$ npm install --save is-data-descriptorUsage
var isDataDesc = require('is-data-descriptor');Examples
// `value` can be anything
isDataDesc({value: 'foo'})
isDataDesc({value: function() {}})
isDataDesc({value: true})
//=> trueValid properties
About
Related projects
Contributors
Author
License
Last updated