![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2025-03-12 08:59 | - | |
![]() | test/ | 2025-03-12 08:59 | - | |
![]() | README.md | 2025-03-12 08:59 | 239 | |
![]() | package.json | 2025-03-12 08:59 | 1.0K | |
![]() | LICENSE-MIT | 2025-03-12 08:59 | 1.0K |
# has > Object.prototype.hasOwnProperty.call shortcut ## Installation ```sh npm install --save has ``` ## Usage ```js var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true ```