aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/features/async-iterator/drop.js
blob: ca33f5b7c0121cdb3d288ed82aa9fe32ec376484 (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.drop');
require('../../modules/web.dom-collections.iterator');

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

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