Skip to main content
Module

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

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

Type Parameters

Input extends any
Output

Returns

Promise<Output>

Type Parameters

Input extends any
Output

Returns

<Input>(input: Input) => Promise<Output>