Home Reference Source Repository

src/util/pipeline.js

export default (...functions) => functions.reduce.bind(functions, (accumulated, f) => f(accumulated))