Name: | nodejs-stream-reduce |
---|---|
Version: | 1.0.3 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 2114 |
License: | Public Domain |
RPM: | nodejs-stream-reduce-1.0.3-1.el7.noarch.rpm |
Source RPM: | nodejs-stream-reduce-1.0.3-1.el7.src.rpm |
Build Date: | Fri Nov 03 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/parshap/node-stream-reduce/ |
Summary: | Reduce stream data to a single value |
Description: | Like Array.prototype.reduce but for streams. Given a sync reduce function and an initial value it will return a through stream that emits a single data event with the reduced value once the input stream ends. |