main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
748 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | var parent = require('../../stable/array');
|
---|
3 | require('../../modules/es.promise');
|
---|
4 | require('../../modules/es.object.to-string');
|
---|
5 | require('../../modules/esnext.array.from-async');
|
---|
6 | require('../../modules/esnext.array.group');
|
---|
7 | require('../../modules/esnext.array.group-to-map');
|
---|
8 | // TODO: Remove from `core-js@4`
|
---|
9 | require('../../modules/esnext.array.find-last');
|
---|
10 | require('../../modules/esnext.array.find-last-index');
|
---|
11 | require('../../modules/esnext.array.group-by');
|
---|
12 | require('../../modules/esnext.array.group-by-to-map');
|
---|
13 | require('../../modules/esnext.array.to-reversed');
|
---|
14 | require('../../modules/esnext.array.to-sorted');
|
---|
15 | require('../../modules/esnext.array.to-spliced');
|
---|
16 | require('../../modules/esnext.array.with');
|
---|
17 |
|
---|
18 | module.exports = parent;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.