Sha256: bb55f35abf9c3eda02020041eddd1fba1d29dafb4c348a14731f0d78410e87a2

Contents?: true

Size: 239 Bytes

Versions: 130

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

130 entries across 129 versions & 20 rubygems

Version Path
govuk_publishing_components-17.0.0 node_modules/has/README.md
govuk_publishing_components-16.29.0 node_modules/has/README.md
govuk_publishing_components-16.28.0 node_modules/has/README.md
govuk_publishing_components-16.27.1 node_modules/has/README.md
govuk_publishing_components-16.27.0 node_modules/has/README.md
govuk_publishing_components-16.26.0 node_modules/has/README.md
govuk_publishing_components-16.25.0 node_modules/has/README.md
govuk_publishing_components-16.24.0 node_modules/has/README.md
govuk_publishing_components-16.23.0 node_modules/has/README.md
govuk_publishing_components-16.22.0 node_modules/has/README.md
govuk_publishing_components-16.21.0 node_modules/has/README.md
govuk_publishing_components-16.20.1 node_modules/has/README.md
govuk_publishing_components-16.20.0 node_modules/has/README.md
govuk_publishing_components-16.19.0 node_modules/has/README.md
govuk_publishing_components-16.18.0 node_modules/has/README.md
govuk_publishing_components-16.17.0 node_modules/has/README.md
optimacms-0.4.3 spec/dummy/node_modules/has/README.md
optimacms-0.4.2 spec/dummy/node_modules/has/README.md
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/has/README.md
locomotivecms-3.4.0 app/javascript/node_modules/has/README.md