source: node_modules/core-js-pure/full/iterator/indexed.js

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`
3require('../../modules/es.object.to-string');
4require('../../modules/esnext.iterator.constructor');
5require('../../modules/esnext.iterator.indexed');
6
7var entryUnbind = require('../../internals/entry-unbind');
8
9module.exports = entryUnbind('Iterator', 'indexed');
10
Note: See TracBrowser for help on using the repository browser.