Simple ES6 Array.prototype.findIndex polyfill for older environments.
finds an item in an array matching a predicate function, and returns its index
Array.prototype.findIndex ES2015 polyfill.
ES2015 `Array#findIndex()` ponyfill
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A polyfill for Array.prototype.flat and Array.prototype.flatMap
Polyfills for various browsers including commonly used language features
Web Streams, based on the WHATWG spec reference implementation
Babel helper to create your own polyfill provider
A Babel plugin to inject imports to regenerator-runtime
A Babel plugin to inject imports to core-js@2 polyfills
Estlint rule - no async callbacks for array methods
Array.prototype.findIndex ES6 polyfill for ES5 versions and lower.
Polyfill for the URLPattern API
Polyfill for Array.prototype.findIndex
A Babel plugin to inject imports to core-js@3 polyfills
A native "Headers" class polyfill.
A polyfill for the internal diagnostics_channel module
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
rollup-plugin-polyfill-node ===
Runtime to be use with the Flow Enums transform.
Node.js os.homedir polyfill for older versions of node.js.
Easily get the CWD (current working directory) of a project based on package.json, optionally starting from a given path. (node.js/javascript util)