jiangping
2025-04-21 82c8ea922d3effc048b9c81f022c5922a3b40791
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');