import { pathEq } from "https://deno.land/x/rambda@9.3.0/mod.ts";
It returns true
if pathToSearch
of input
object is equal to target
value.
pathToSearch
is passed to R.path
, which means that it can be either a string or an array. Also equality between target
and the found value is determined by R.equals
.