arvin.torres e3ca5d94a7 Campanas de Paz para la Mujer | hace 5 años | |
---|---|---|
.. | ||
src | hace 5 años | |
test | hace 5 años | |
LICENSE-MIT | hace 5 años | |
README.md | hace 5 años | |
package.json | hace 5 años |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true