# rkgttr-arrayincludespolyfill

> Polyfill for Array.includes.

Latest version **0.0.2** (published 2017-01-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install rkgttr-arrayincludespolyfill
pnpm add rkgttr-arrayincludespolyfill
yarn add rkgttr-arrayincludespolyfill
bun add rkgttr-arrayincludespolyfill
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-01-20 |
| First published | 2017-01-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Erik Guittiere |
| Maintainers | rkgttr |
| Keywords | polyfill, Array.includes |

## Links

- npm: https://www.npmjs.com/package/rkgttr-arrayincludespolyfill
- Repository: https://github.com/rkgttr/rkgttr-arrayincludespolyfill
- Homepage: https://github.com/rkgttr/rkgttr-arrayincludespolyfill#readme
- Issues: https://github.com/rkgttr/rkgttr-arrayincludespolyfill/issues
- npm.io page: https://npm.io/package/rkgttr-arrayincludespolyfill

## Dependencies (1)

- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.11.6

## Recent versions

- 0.0.2 (latest) — 2017-01-20
- 0.0.1 — 2017-01-20

## README

# [rkgttr-arrayincludespolyfill](https://github.com/rkgttr/rkgttr-arrayincludespolyfill)

[![NPM version](http://img.shields.io/npm/v/rkgttr-poyfills.svg?style=flat-square)](https://www.npmjs.com/package/rkgttr-arrayincludespolyfill)
[![NPM downloads](http://img.shields.io/npm/dm/rkgttr-arrayincludespolyfill.svg?style=flat-square)](https://www.npmjs.com/package/rkgttr-arrayincludespolyfill)
[![Build Status](http://img.shields.io/travis/rkgttr/rkgttr-arrayincludespolyfill/master.svg?style=flat-square)](https://travis-ci.org/rkgttr/rkgttr-arrayincludespolyfill)
[![Coverage Status](https://img.shields.io/coveralls/rkgttr/rkgttr-arrayincludespolyfill.svg?style=flat-square)](https://coveralls.io/rkgttr/rkgttr-arrayincludespolyfill)
[![Dependency Status](http://img.shields.io/david/rkgttr/rkgttr-arrayincludespolyfill.svg?style=flat-square)](https://david-dm.org/rkgttr/rkgttr-arrayincludespolyfill)

> Polyfill for Array.includes.

### How to Install

```sh
$ npm install rkgttr-arrayincludespolyfill --save-dev
```
or

```sh
$ yarn add rkgttr-arrayincludespolyfill --dev
```

### Getting Started

```js
import 'rkgttr-arrayincludespolyfill';
```

or

```js
require('rkgttr-arrayincludespolyfill');
```


### License

MIT © 2016 Erik Guittiere

---
_Source: https://npm.io/package/rkgttr-arrayincludespolyfill · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
