Skip to main content
Module

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

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

Parameters

fn: (input: T) => Promise<object | false>
list: T[]

Returns

Promise<U>

Parameters

fn: (input: T) => Promise<object | false>

Returns

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