Skip to main content
Module

x/rambda/index.d.ts>any

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

It returns true, if at least one member of list returns true, when passed to a predicate function.

Parameters

predicate: (x: T) => boolean
list: T[]

Returns

boolean

Parameters

predicate: (x: T) => boolean

Returns

(list: T[]) => boolean