|
před 8 roky | |
---|---|---|
.. | ||
src | před 8 roky | |
test | před 8 roky | |
.jshintrc | před 8 roky | |
.npmignore | před 8 roky | |
LICENSE-MIT | před 8 roky | |
README.mkd | před 8 roky | |
package.json | před 8 roky |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true