aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/features/async-iterator/flat-map.js
blob: ef26e56e042381c9bab9f40088a6ac8a9e7c3d51 (plain)
1
2
3
4
5
6
7
8
9
10
require('../../modules/es.object.to-string');
require('../../modules/es.promise');
require('../../modules/es.string.iterator');
require('../../modules/esnext.async-iterator.constructor');
require('../../modules/esnext.async-iterator.flat-map');
require('../../modules/web.dom-collections.iterator');

var entryUnbind = require('../../internals/entry-unbind');

module.exports = entryUnbind('AsyncIterator', 'flatMap');