Small library implementing an abstract chain of responsibility pattern
npm install @robertalbus/pipeline-pattern== @robertalbus/PipelinePattern
[quote, Martin Fowler]
[...] pipelines are a programming pattern where you organize some computation as a sequence of operations which compose by taking an [...] output of one operation and feeding it into the next.