root 7621d6d22a 221005-1449-Kim | há 2 anos atrás | |
---|---|---|
.. | ||
src | há 2 anos atrás | |
test | há 2 anos atrás | |
LICENSE-MIT | há 2 anos atrás | |
README.md | há 2 anos atrás | |
package.json | há 2 anos atrás |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true