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