diff options
Diffstat (limited to 'node_modules/core-js/es/array/flat-map.js')
| -rw-r--r-- | node_modules/core-js/es/array/flat-map.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/es/array/flat-map.js b/node_modules/core-js/es/array/flat-map.js new file mode 100644 index 0000000..f201cbb --- /dev/null +++ b/node_modules/core-js/es/array/flat-map.js @@ -0,0 +1,5 @@ +require('../../modules/es.array.flat-map'); +require('../../modules/es.array.unscopables.flat-map'); +var entryUnbind = require('../../internals/entry-unbind'); + +module.exports = entryUnbind('Array', 'flatMap'); |
