Skip to main content
Module

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

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

Parameters

condition: T
input: U

Returns

boolean

Parameters

condition: T

Returns

<U>(input: U) => boolean