1.0.0 • Published 7 years ago
findindex_polyfill_mdn v1.0.0
Code is from Mozilla findIndex() polyfill.
- Require the
npmmodule.
npm install --save-dev findindex_polyfill_mdn- Include the file before the usage.
Then you need to require the file on your main.js or where you are
going to plan to use the find function as follows:
require("findindex_polyfill_mdn")1.0.0
7 years ago