Skip to main content
Module

x/ramda/source/on.js

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

Variables

Takes a binary function f, a unary function g, and two values. Applies g to each value, then applies the result of each to f.