Skip to main content
Module

x/ramda/source/minBy.js

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

Variables

Takes a function and two values, and returns whichever value produces the smaller result when passed to the provided function.