|
||||
---|---|---|---|---|
.. | ||||
src | 11e3a9652a | 7 years ago | ||
test | 11e3a9652a | 7 years ago | ||
.jshintrc | 11e3a9652a | 7 years ago | ||
.npmignore | 11e3a9652a | 7 years ago | ||
LICENSE-MIT | 11e3a9652a | 7 years ago | ||
README.mkd | 11e3a9652a | 7 years ago | ||
package.json | 11e3a9652a | 7 years ago |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true