Skip to main content
Module

x/ramda/source/composeWith.js

:ram: Practical functional Javascript
Latest
import * as mod from "https://deno.land/x/ramda@v0.27.2/source/composeWith.js";

Variables

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