import { Pipeline } from "https://deno.land/x/ayonli_jsext@v0.9.72/pipe.ts";
Pipeline holds a value and allows you chain operations upon it (and the result
of the previous operation) to get the final result, similar to the Unix pipe
operator |
in shell scripting.
Constructors
new
Pipeline(value: T)