Repository URL to install this package:
|
Version:
3.1.7 ▾
|
| .. |
| 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