(xs, f)
| 2725 | } |
| 2726 | |
| 2727 | function forEach (xs, f) { |
| 2728 | for (var i = 0, l = xs.length; i < l; i++) { |
| 2729 | f(xs[i], i); |
| 2730 | } |
| 2731 | } |
| 2732 | |
| 2733 | }).call(this,require('_process')) |
| 2734 | },{"./_stream_readable":20,"./_stream_writable":22,"_process":45,"core-util-is":23,"inherits":10}],19:[function(require,module,exports){ |
no test coverage detected