Skip to main content
Module

x/rambda/index.d.ts>filter

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

It filters list or object input using a predicate function.

Returns

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