# 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
```
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| src | Folder | 0755 |
|
|
| LICENSE-MIT | File | 1.04 KB | 0644 |
|
| README.md | File | 239 B | 0644 |
|
| package.json | File | 1.18 KB | 0644 |
|