Skip to main content
Module

x/rambda/immutable.d.ts>ProduceRules

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

Type Parameters

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