![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2 years ago | - | |
![]() | test/ | 2 years ago | - | |
![]() | LICENSE-MIT | 39 years ago | 1.0K | |
![]() | README.md | 39 years ago | 239 | d768d73 docs [كارل مبارك] |
![]() | package.json | 2 years ago | 2.0K | 3e510ca test new git [كارل مبارك] |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true