Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/rambda/immutable.d.ts>ProduceAsyncRules

Faster and smaller alternative to Ramda
Latest
type alias ProduceAsyncRules
import { type ProduceAsyncRules } from "https://deno.land/x/rambda@9.4.1/immutable.d.ts";

Type Parameters

Output
K extends keyof Output
Input
definition: readonly [P in K]: (input: Input) => Promise<Output[P]>