@robertalbus/pipeline-pattern
v1.0.7
Published
Small library implementing an abstract chain of responsibility pattern
Downloads
3
Readme
== @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.