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 383f0a2 commit d884237Copy full SHA for d884237
src/polyfills/flatMap.js
@@ -9,6 +9,7 @@ declare function flatMap<T, U>(
9
// $FlowFixMe
10
const flatMap = Array.prototype.flatMap
11
? function(list, fn) {
12
+ // $FlowFixMe
13
return Array.prototype.flatMap.call(list, fn);
14
}
15
: function(list, fn) {
0 commit comments