Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/pipe.ts

A JavaScript extension package for building strong and modern applications.
Latest
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 | in shell scripting.

Functions

Constructs a Pipeline instance with the given value and performs pipe operations upon it.