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