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