Skip to main content
Module

x/ramda/mod.ts>composeWith

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

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

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