(xs, f)
| 24117 | } |
| 24118 | |
| 24119 | function forEach(xs, f) { |
| 24120 | for (var i = 0, l = xs.length; i < l; i++) { |
| 24121 | f(xs[i], i); |
| 24122 | } |
| 24123 | } |
| 24124 | },{"./_stream_readable":142,"./_stream_writable":144,"core-util-is":78,"inherits":81,"process-nextick-args":137}],141:[function(require,module,exports){ |
| 24125 | // a passthrough stream. |
| 24126 | // basically just the most minimal sort of Transform stream. |