array-includes
Last updated
Was this helpful?
Last updated
Was this helpful?
An ES7/ES2016 spec-compliant Array.prototype.includes
shim/polyfill/replacement that works as far down as ES3.
This package implements the interface. It works in an ES3-supported environment and complies with the proposed .
Because Array.prototype.includes
depends on a receiver (the this
value), the main export takes the array to operate on as the first argument.
Basic usage: includes(array, value[, fromIndex=0])
Simply clone the repo, npm install
, and run npm test