(xs, f)
| 5977 | } |
| 5978 | |
| 5979 | function forEach(xs, f) { |
| 5980 | for (var i = 0, l = xs.length; i < l; i++) { |
| 5981 | f(xs[i], i); |
| 5982 | } |
| 5983 | } |
| 5984 | },{"./_stream_readable":46,"./_stream_writable":48,"core-util-is":6,"inherits":38,"process-nextick-args":41}],45:[function(require,module,exports){ |
| 5985 | // a passthrough stream. |
| 5986 | // basically just the most minimal sort of Transform stream. |