Module

x/rambda/index.d.ts>ProduceRules

Faster and smaller alternative to Ramda
Latest
type alias ProduceRules
import { type ProduceRules } from "https://dotland.deno.dev/x/rambda@9.4.1/index.d.ts";

Type Parameters

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