Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/rambda.js>filter

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

It filters list or object input using a predicate function.

Returns

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