main
Last change
on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 2 weeks ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
312 bytes
|
Line | |
---|
1 | 'use strict';
|
---|
2 | // TODO: Remove from `core-js@4`
|
---|
3 | require('../../modules/es.object.to-string');
|
---|
4 | require('../../modules/esnext.iterator.constructor');
|
---|
5 | require('../../modules/esnext.iterator.indexed');
|
---|
6 |
|
---|
7 | var entryUnbind = require('../../internals/entry-unbind');
|
---|
8 |
|
---|
9 | module.exports = entryUnbind('Iterator', 'indexed');
|
---|
10 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.