Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
src/ | 2023-06-13 07:16 | - | ||
test/ | 2023-06-13 07:16 | - | ||
LICENSE-MIT | 1985-10-26 08:15 | 1.0K | ||
README.md | 1985-10-26 08:15 | 239 | d768d73 docs [كارل مبارك] | |
package.json | 2023-06-13 07:17 | 2.0K | 3e510ca test new git [كارل مبارك] |
# 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 ```