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