A polyfill for the Array.prototype.includes method.
npm install polyfill-array-includesnpm install polyfill-array-includes`
`yarn add polyfill-array-includes`
$3
With ES6:
` javascript
import 'polyfill-array-includes';
`
In Browser:
` html
``