"client/git@forgeb1.univ-lehavre.fr:pr172488/palu-iot.git" n'existait pas sur "12d06716671ad433713c7365add92534414be15f"
Newer
Older
# 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
```