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