Skip to main content
Module

x/ramda/source/index.js>maxBy

:ram: Practical functional Javascript
Latest
variable maxBy
import { maxBy } from "https://deno.land/x/ramda@v0.27.2/source/index.js";

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