Skip to main content
Module

x/rambda/immutable.d.ts>where

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

It returns true if all each property in conditions returns true when applied to corresponding property in input object.

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