Skip to main content
Module

x/rambda/index.d.ts>anyPass

Faster and smaller alternative to Ramda
Go to Latest
function anyPass
import { anyPass } from "https://deno.land/x/rambda@v7.0.1/index.d.ts";

It accepts list of predicates and returns a function. This function with its input will return true, if any of predicates returns true for this input.

Parameters

predicates: SafePred<T>[]

Returns

SafePred<T>