![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2 years ago | - | |
![]() | src/ | 2 years ago | - | |
![]() | package.json | 2 years ago | 1.0K | 2324c9f added npm start script [كارل مبارك] |
![]() | README.md | 2 years ago | 239 | 9b1f1b9 rm old utils [كارل مبارك] |
![]() | LICENSE-MIT | 2 years ago | 1.0K |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true