Emmanuel b7eccee437 Navbar | il y a 5 ans | |
---|---|---|
.. | ||
src | il y a 5 ans | |
test | il y a 5 ans | |
LICENSE-MIT | il y a 5 ans | |
README.md | il y a 5 ans | |
package.json | il y a 5 ans |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true