We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53ece1 commit cde3ef5Copy full SHA for cde3ef5
rollup/polyfills/es5.js
@@ -20,6 +20,7 @@ if (!('findIndex' in Array.prototype)) {
20
return i;
21
}
22
23
+ return -1;
24
};
25
26
if (!('includes' in String.prototype)) {
0 commit comments