Skip to main content
Module

x/rambda/index.d.ts>whereEq

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

It will return true if all of input object fully or partially include rule object.

R.equals is used to determine equality.

Parameters

condition: T
input: U

Returns

boolean

Parameters

condition: T

Returns

<U>(input: U) => boolean