Skip to main content
Module

x/ramda/mod.ts>eqBy

:ram: Practical functional Javascript
Latest
variable eqBy
import { eqBy } from "https://deno.land/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.