root 3bf41bf355 update | před 1 rokem | |
---|---|---|
.. | ||
src | před 1 rokem | |
test | před 1 rokem | |
LICENSE-MIT | před 1 rokem | |
README.md | před 1 rokem | |
package.json | před 1 rokem |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true