caoge c760052ff9 机车状态修改 | hai 8 meses | |
---|---|---|
.. | ||
src | hai 8 meses | |
test | hai 8 meses | |
LICENSE-MIT | hai 8 meses | |
README.md | hai 8 meses | |
package.json | hai 8 meses |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true