huituanxueqian 7740728225 commit | há 1 ano atrás | |
---|---|---|
.. | ||
src | há 1 ano atrás | |
test | há 1 ano atrás | |
LICENSE-MIT | há 1 ano atrás | |
README.md | há 1 ano atrás | |
package.json | há 1 ano atrás |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true