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