main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
277 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | var parent = require('../../actual/iterator');
|
---|
3 | require('../../modules/esnext.iterator.range');
|
---|
4 | // TODO: Remove from `core-js@4`
|
---|
5 | require('../../modules/esnext.iterator.as-indexed-pairs');
|
---|
6 | require('../../modules/esnext.iterator.indexed');
|
---|
7 |
|
---|
8 | module.exports = parent;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.