Skip to main content
Module

x/fae/whereAny.ts

A functional module for Deno inspired from Ramda.
Latest
import * as fae from "https://deno.land/x/fae@v1.1.1/whereAny.ts";

Variables

Takes a specs objects whose property is a predicate function Each predicate is applied to the value of the corresponding property of the test object. Returns true if any of the predicates is satisfied, false otherwise. NOTE returns false if there is no predicated functions