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

x/rambda/rambda.js>ProduceRules

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

Type Parameters

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