![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2023-06-19 12:50 | - | |
![]() | test/ | 2023-06-19 12:50 | - | |
![]() | LICENSE-MIT | 1985-10-26 08:15 | 1.0K | |
![]() | README.md | 1985-10-26 08:15 | 239 | |
![]() | package.json | 2023-06-19 12:52 | 1.9K |
# 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 ```