[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]src/2023-06-08 13:46 -  
[DIR]test/2023-06-08 13:46 -  
[TXT]README.md2023-06-08 13:46 239 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE-MIT2023-06-08 13:46 1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]package.json2023-06-08 13:46 2.2K0fb859dc 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
```