Skip to main content
Module

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

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

Type Parameters

Input extends any
Output

Type Parameters

Input extends any
Output

Returns

<Input>(input: Input) => Output