Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/froebel/pipe.ts

A strictly typed utility library.
Latest
import * as froebel from "https://deno.land/x/froebel@v0.23.2/pipe.ts";

Variables

Like pipe but takes an argument as its first parameter and invokes the pipe with it.

Given a list of functions returns a function that will execute the given functions one after another, always passing the result of the previous function as an argument to the next function.