import { propEq } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns true if obj
has property propToFind
and its value is equal to valueToMatch
.
Parameters
propToFind: K
import { propEq } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns true if obj
has property propToFind
and its value is equal to valueToMatch
.