Skip to main content
Module

x/froebel/pipe.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.22.0/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.