import { propEq } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns true if obj
has property propToFind
and its value is equal to valueToMatch
.
Parameters
propToFind: K
import { propEq } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.ts";
It returns true if obj
has property propToFind
and its value is equal to valueToMatch
.