* pipe(func1, func2, func3, ..., funcn) * From https://medium.com/javascript-scene/reduce-composing-software-fe22f0c39a1d * * @example pipe(func1,func2) returns func2(func1(x)) * * @author Eric Elliott
(...fns)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected