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:
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.