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