Sha256: b7b93463c72d8bccd23200b32ff387115c14593e38bd607b213d76786644a421
Contents?: true
Size: 312 Bytes
Versions: 26
Compression:
Stored size: 312 Bytes
Contents
'use strict'; // https://github.com/tc39/proposal-iterator-helpers var $ = require('../internals/export'); var $forEach = require('../internals/async-iterator-iteration').forEach; $({ target: 'AsyncIterator', proto: true, real: true }, { forEach: function forEach(fn) { return $forEach(this, fn); } });
Version data entries
26 entries across 25 versions & 7 rubygems