Repository URL to install this package:
Version:
0.6.0 ▾
|
.. |
src |
test |
LICENSE-MIT |
README.md |
package.json |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true