Skip to main content
Module

x/ramda/mod.ts>pathEq

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

Determines whether a nested path on an object has a specific value, in R.equals terms. Most likely used to filter a list.