push-composed
Like pull-composed but made with push streams
Push-composed converts all its arguments to an array, flattens it and tries to execute each one if they are a function. It also returns the flattened array. This is exactly like pull-composed but uses push streams internally. Just like pull-composed it should work with arbitrary functions not just push or pull streams.
install
npm install push-composed
usage
var push = ;var compose = ; var { return } ;