diff options
Diffstat (limited to 'node_modules/core-js/library/fn/array/flat-map.js')
| -rw-r--r-- | node_modules/core-js/library/fn/array/flat-map.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/core-js/library/fn/array/flat-map.js b/node_modules/core-js/library/fn/array/flat-map.js new file mode 100644 index 00000000..f6a7429e --- /dev/null +++ b/node_modules/core-js/library/fn/array/flat-map.js @@ -0,0 +1,2 @@ +require('../../modules/es7.array.flat-map'); +module.exports = require('../../modules/_core').Array.flatMap; |
