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