Skip to content

This is a polyfill for the Array.prototype.includes method based on the code from MDN.

License

Notifications You must be signed in to change notification settings

kevlatus/polyfill-array-includes

Repository files navigation

Polyfill Array.prototype.includes

This is a polyfill for the Array.prototype.includes method based on the code from MDN.

Installation

npm install polyfill-array-includes

yarn add polyfill-array-includes

Usage

With ES6:

import 'polyfill-array-includes';

In Browser:

<script src="/node_modules/polyfill-array-includes/index.js"></script>

About

This is a polyfill for the Array.prototype.includes method based on the code from MDN.

Resources

License

Stars

Watchers

Forks