import * as froebel from "https://deno.land/x/froebel@v0.21.3/pipe.ts";
Variables
Like | |
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. |