vlad 6f123ff03e 18.07 | hace 6 años | |
---|---|---|
.. | ||
src | hace 6 años | |
test | hace 6 años | |
LICENSE-MIT | hace 6 años | |
README.md | hace 6 años | |
package.json | hace 6 años |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true