summaryrefslogtreecommitdiff
path: root/node_modules/core-js/library/es6/array.js
blob: 36629ca04d9217f7c3fcb320e951e578a7c5c055 (plain)
1
2
3
4
5
6
7
8
9
10
require('../modules/es6.string.iterator');
require('../modules/es6.array.from');
require('../modules/es6.array.of');
require('../modules/es6.array.species');
require('../modules/es6.array.iterator');
require('../modules/es6.array.copy-within');
require('../modules/es6.array.fill');
require('../modules/es6.array.find');
require('../modules/es6.array.find-index');
module.exports = require('../modules/$.core').Array;