![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2 years ago | - | |
![]() | src/ | 2 years ago | - | |
![]() | package.json | 2 years ago | 1.9K | |
![]() | LICENSE-MIT | 40 years ago | 1.0K | |
![]() | README.md | 40 years ago | 239 |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true