flowpipejs
FlowPipe works somewhat like the pipeline operator `|>`. To make a value flowable, call `flow()` passing the value as the first argument. Then, to indicate a value being processed, use `flow.$` as an argument of `pipe()` method. Final value can be access