PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/core-js/modules
Просмотр файла: esnext.async-iterator.some.js
'use strict';
var $ = require('../internals/export');
var $some = require('../internals/async-iterator-iteration').some;
// `AsyncIterator.prototype.some` method
// https://github.com/tc39/proposal-async-iterator-helpers
$({ target: 'AsyncIterator', proto: true, real: true }, {
some: function some(predicate) {
return $some(this, predicate);
}
});
Выполнить команду
Для локальной разработки. Не используйте в интернете!