Skip to main content
Module

x/ramda/mod.ts>pipeWith

:ram: Practical functional Javascript
Latest
variable pipeWith
import { pipeWith } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Performs left-to-right function composition using transforming function. The first function may have any arity; the remaining functions must be unary.

Note: The result of pipeWith is not automatically curried. Transforming function is not used on the first argument.