diff options
Diffstat (limited to 'node_modules/core-js/es/array/from.js')
| -rw-r--r-- | node_modules/core-js/es/array/from.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/es/array/from.js b/node_modules/core-js/es/array/from.js new file mode 100644 index 0000000..f54806d --- /dev/null +++ b/node_modules/core-js/es/array/from.js @@ -0,0 +1,5 @@ +require('../../modules/es.string.iterator'); +require('../../modules/es.array.from'); +var path = require('../../internals/path'); + +module.exports = path.Array.from; |
