Skip to main content
Module

x/rambda/files/index.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/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