Module

x/ramda/mod.ts>eqBy

:ram: Practical functional Javascript
Latest
variable eqBy
import { eqBy } from "https://dotland.deno.dev/x/ramda@v0.27.2/mod.ts";

Takes a function and two values in its domain and returns true if the values map to the same value in the codomain; false otherwise.