polyfill-array-includes

A polyfill for the Array.prototype.includes method.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
polyfill-array-includes
1712.0.04 years ago6 years agoMinified + gzip package size for polyfill-array-includes in KB

Readme

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: ``` javascript import 'polyfill-array-includes'; ``` In Browser: ``` html ```