Module

x/ramda/mod.ts>minBy

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

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