Module

x/rambda/files/index.d.ts>whereAny

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

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