7 lines
178 B
JavaScript
7 lines
178 B
JavaScript
'use strict';
|
|
require('../../modules/es.string.iterator');
|
|
require('../../modules/es.array.from');
|
|
var path = require('../../internals/path');
|
|
|
|
module.exports = path.Array.from;
|