Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Parameters

fn: AsyncPredicate<T>
list: T[]

Returns

Promise<T[]>

Parameters

fn: AsyncPredicateIndexed<T>
list: T[]

Returns

Promise<T[]>

Parameters

fn: AsyncPredicate<T>

Returns

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

Parameters

fn: AsyncPredicateIndexed<T>

Returns

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