root 3bf41bf355 update | hace 1 año | |
---|---|---|
.. | ||
src | hace 1 año | |
test | hace 1 año | |
LICENSE-MIT | hace 1 año | |
README.md | hace 1 año | |
package.json | hace 1 año |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true