MrShi
2026-04-13 34437176cfbc2dc30f786601f5abf27d605e2c15
1
2
3
4
5
6
7
8
9
10
11
'use strict';
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.iterator.constructor');
// TODO: Drop from `core-js@4`
require('../../modules/esnext.iterator.constructor');
require('../../modules/esnext.iterator.to-async');
 
var entryUnbind = require('../../internals/entry-unbind');
 
module.exports = entryUnbind('Iterator', 'toAsync');