| Current Path : /home/emeraadmin/www/4d695/ |
| Current File : /home/emeraadmin/www/4d695/esnext.async-iterator.to-array.js.tar |
home/emeraadmin/public_html/node_modules/core-js-pure/modules/esnext.async-iterator.to-array.js 0000644 00000000563 15170142022 0027102 0 ustar 00 'use strict';
var $ = require('../internals/export');
var $toArray = require('../internals/async-iterator-iteration').toArray;
// `AsyncIterator.prototype.toArray` method
// https://github.com/tc39/proposal-async-iterator-helpers
$({ target: 'AsyncIterator', proto: true, real: true }, {
toArray: function toArray() {
return $toArray(this, undefined, []);
}
});