dwww Home | Show directory contents | Find package

# 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
```

Generated by dwww version 1.15 on Sat May 18 12:18:10 CEST 2024.