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