PHP 8.2.30
Preview: README.md Size: 239 B
//lib/node_modules/npm/node_modules/has/README.md

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

Directory Contents

Dirs: 1 × Files: 3

Name Size Perms Modified Actions
src DIR
- drwxr-xr-x 2024-03-03 22:36:29
Edit Download
1.04 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
1.18 KB lrw-r--r-- 2021-03-10 14:36:37
Edit Download
239 B lrw-r--r-- 2021-03-10 14:36:37
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).