DIR: /proc/self/root/usr/share/node_modules/core-js-pure/modules/ |
Current File : //proc/self/root/usr/share/node_modules/core-js-pure/modules/esnext.async-iterator.some.js |
'use strict'; // https://github.com/tc39/proposal-iterator-helpers var $ = require('../internals/export'); var $some = require('../internals/async-iterator-iteration').some; $({ target: 'AsyncIterator', proto: true, real: true, forced: true }, { some: function some(fn) { return $some(this, fn); } }); |