import { pathEq } from "https://dotland.deno.dev/x/rambda@v9.2.0/index.d.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
.