Skip to main content
Module

x/ramda/mod.ts>any

:ram: Practical functional Javascript
Latest
variable any
import { any } from "https://deno.land/x/ramda@v0.27.2/mod.ts";

Returns true if at least one of the elements of the list match the predicate, false otherwise.

Dispatches to the any method of the second argument, if present.

Acts as a transducer if a transformer is given in list position.