![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2 years ago | - | |
![]() | test/ | 2 years ago | - | |
![]() | LICENSE-MIT | 2 years ago | 1.0K | f0d2fc9 test post-receive hook [كارل مبارك] |
![]() | README.md | 2 years ago | 239 | 15de0e0 styling, texts [كارل مبارك] |
![]() | package.json | 2 years ago | 956 | 120707f added node version q18.16 to dependincies [كارل مبارك] |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true