Skip to main content
Module

x/ramda/mod.ts>pathSatisfies

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

Returns true if the specified object property at given path satisfies the given predicate; false otherwise.