import * as ayonliJsext from "https://deno.land/x/ayonli_jsext@v0.9.72/pipe.ts";
Performs pipe operations through a series of functions upon a value.
Classes
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 |