import { Pipeline } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/pipe.js";
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.