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