Skip to main content
Module

x/ramda/mod.ts>propSatisfies

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

Returns true if the specified object property satisfies the given predicate; false otherwise. You can test multiple properties with R.where.