|
|
||||
|---|---|---|---|---|
| .. | ||||
| src | 11e3a9652a | 7 anni fa | ||
| test | 11e3a9652a | 7 anni fa | ||
| .jshintrc | 11e3a9652a | 7 anni fa | ||
| .npmignore | 11e3a9652a | 7 anni fa | ||
| LICENSE-MIT | 11e3a9652a | 7 anni fa | ||
| README.mkd | 11e3a9652a | 7 anni fa | ||
| package.json | 11e3a9652a | 7 anni fa | ||
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true