Skip to main content
Module

x/ramda/mod.ts>eqProps

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

Reports whether two objects have the same value, in R.equals terms, for the specified property. Useful as a curried predicate.