Skip to main content
Module

x/rambda/index.d.ts>reject

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

It has the opposite effect of R.filter.

Parameters

predicate: Predicate<T>
list: T[]

Parameters

predicate: Predicate<T>

Returns

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

Parameters

predicate: Predicate<T>