Sha256: bb55f35abf9c3eda02020041eddd1fba1d29dafb4c348a14731f0d78410e87a2

Contents?: true

Size: 239 Bytes

Versions: 129

Compression:

Stored size: 239 Bytes

Contents

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

Version data entries

129 entries across 128 versions & 20 rubygems

Version Path
govuk_publishing_components-17.15.0 node_modules/has/README.md
govuk_publishing_components-17.14.0 node_modules/has/README.md
govuk_publishing_components-17.13.0 node_modules/has/README.md
govuk_publishing_components-17.12.2 node_modules/has/README.md
govuk_publishing_components-17.12.1 node_modules/has/README.md
govuk_publishing_components-17.12.0 node_modules/has/README.md
govuk_publishing_components-17.11.0 node_modules/has/README.md
govuk_publishing_components-17.10.0 node_modules/has/README.md
govuk_publishing_components-17.9.0 node_modules/has/README.md
govuk_publishing_components-17.8.0 node_modules/has/README.md
govuk_publishing_components-17.7.0 node_modules/has/README.md
govuk_publishing_components-17.6.1 node_modules/has/README.md
govuk_publishing_components-17.6.0 node_modules/has/README.md
govuk_publishing_components-17.5.0 node_modules/has/README.md
govuk_publishing_components-17.4.0 node_modules/has/README.md
govuk_publishing_components-17.3.0 node_modules/has/README.md
govuk_publishing_components-17.2.0 node_modules/has/README.md
govuk_publishing_components-17.1.1 node_modules/has/README.md
govuk_publishing_components-17.1.0 node_modules/has/README.md
govuk_publishing_components-17.0.0 node_modules/has/README.md