Files
30-seconds-of-code/node_modules/polyfill-array-includes/README.md
2019-08-20 15:52:05 +02:00

222 B

Polyfill Array.prototype.includes

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