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