![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | src/ | 2023-06-08 13:46 | - | |
![]() | test/ | 2023-06-08 13:46 | - | |
![]() | README.md | 2023-06-08 13:46 | 239 | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | LICENSE-MIT | 2023-06-08 13:46 | 1.0K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
![]() | package.json | 2023-06-08 13:46 | 2.2K | 0fb859dc fixed mobile overflwo options [كارل مبارك] |
# 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 ```