Skip to main content
Module

x/ramda/mod.ts>propEq

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

Returns true if the specified object property is equal, in R.equals terms, to the given value; false otherwise. You can test multiple properties with R.whereEq.