aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/es/array/from.js
blob: f54806d2875e6f4fadb1545889c0d7ef0691ebbd (plain)
1
2
3
4
5
require('../../modules/es.string.iterator');
require('../../modules/es.array.from');
var path = require('../../internals/path');

module.exports = path.Array.from;