|
vor 1 Woche | |
---|---|---|
.. | ||
src | vor 1 Woche | |
test | vor 1 Woche | |
LICENSE-MIT | vor 1 Woche | |
README.md | vor 1 Woche | |
package.json | vor 1 Woche |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true