|
|
hace 6 años | |
|---|---|---|
| .. | ||
| src | hace 6 años | |
| test | hace 6 años | |
| .jshintrc | hace 6 años | |
| .npmignore | hace 6 años | |
| LICENSE-MIT | hace 6 años | |
| README.mkd | hace 6 años | |
| package.json | hace 6 años | |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true