Skip to main content
Module

x/hkts/record.ts>_reduce

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable _reduce
import { _reduce } from "https://deno.land/x/hkts@v0.0.52/record.ts";

type

<A, B, KS extends string>(
faba: (
b: B,
a: A,
i: string,
) => B
,
b: B,
as: [K in KS]: A,
) => B