Type Alias: RawReducerWithoutFinish<Value, Acc, This>
RawReducerWithoutFinish<
Value
,Acc
,This
>:object
A reducer that reduces by creating an initial accumulator using RawReducerWithoutFinish.create and then adding values to the accumulator values using RawReducerWithoutFinish.add.
Type Parameters
• Value = unknown