import { minBy } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the lesser value between x
and y
according to compareFn
function.
import { minBy } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It returns the lesser value between x
and y
according to compareFn
function.