![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2 years ago | - | |
![]() | test/ | 2 years ago | - | |
![]() | LICENSE-MIT | 39 years ago | 1.0K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
![]() | README.md | 39 years ago | 239 | f12eb36 documentaiton updates [كارل مبارك] |
![]() | package.json | 2 years ago | 1.8K | 7375cab EXHIBTION: fix overflow ellipsis cutoff [كارل مبارك] |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true