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