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