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