Skip to main content
Module

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

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

Type Parameters

Input extends any
Output

Parameters

rules: ProduceAsyncRules<Output, keyof Output, Input>
input: Input

Returns

Promise<Output>

Type Parameters

Input extends any
Output

Parameters

rules: ProduceAsyncRules<Output, keyof Output, Input>

Returns

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