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