Skip to main content
Module

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

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

Parameters

predicate: IndexedPredicate<T>

Returns

(x: T[]) => T[]

Parameters

predicate: IndexedPredicate<T>
x: T[]

Parameters

predicate: ObjectPredicate<T>

Returns

(x: Dictionary<T>) => Dictionary<T>

Parameters

predicate: ObjectPredicate<T>
x: Dictionary<T>

Returns

Dictionary<T>