Module

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

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

Type Parameters

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