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