Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rambda/index.d.ts>whereAny

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

Same as R.where, but it will return true if at least one condition check returns true.

Parameters

conditions: T
input: U

Returns

boolean

Parameters

conditions: T

Returns

<U>(input: U) => boolean

Parameters

conditions: ObjFunc2
input: U

Returns

boolean

Parameters

conditions: ObjFunc2

Returns

<U>(input: U) => boolean