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>produceAsync

Faster and smaller alternative to Ramda
Go to Latest
function produceAsync
import { produceAsync } from "https://deno.land/x/rambda@v9.2.0/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>