Skip to main content
Module

x/rambda/files/index.d.ts>produce

Faster and smaller alternative to Ramda
Go to Latest
function produce
import { produce } from "https://deno.land/x/rambda@v7.0.1/files/index.d.ts";

Type Parameters

Input extends any
Output

Parameters

rules: ProduceRules<Output, keyof Output, Input>
input: Input

Type Parameters

Input extends any
Output

Parameters

rules: ProduceRules<Output, keyof Output, Input>

Returns

<Input>(input: Input) => Output