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

x/rambda/immutable.d.ts>where

Faster and smaller alternative to Ramda
Latest
function where
import { where } from "https://deno.land/x/rambda@9.2.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