![]() |
hace 2 meses | |
---|---|---|
.. | ||
src | hace 2 meses | |
test | hace 2 meses | |
LICENSE-MIT | hace 2 meses | |
README.md | hace 2 meses | |
package.json | hace 2 meses |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true