Skip to main content
Module

x/fae/anyPass.ts>anyPass

A functional module for Deno inspired from Ramda.
Latest
variable anyPass
import { anyPass } from "https://deno.land/x/fae@v1.1.1/anyPass.ts";

Takes a list of predicates and returns a predicate that returns true for a given list of arguments if at least one of the provided predicates is satisfied by those arguments.

type

AnyPass