Skip to main content
Module

x/rambda/mod.ts>ProduceAsyncRules

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

Type Parameters

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