Skip to main content
Module

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

Faster and smaller alternative to Ramda
Go to Latest
function filterAsync
import { filterAsync } from "https://deno.land/x/rambda@v7.0.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[]>