|  | 7 лет назад | |
|---|---|---|
| .. | ||
| src | 7 лет назад | |
| test | 7 лет назад | |
| .eslintrc | 7 лет назад | |
| LICENSE-MIT | 7 лет назад | |
| README.mkd | 7 лет назад | |
| package.json | 7 лет назад | |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true