Type Alias: RawOptionalReducerWithoutFinish<Value, This>
RawOptionalReducerWithoutFinish<
Value
,This
>:object
A reducer that reduces by combining pairs of values using RawOptionalReducerWithoutFinish.add.
Type Parameters
• Value = unknown
• This = unknown
Type declaration
add()
add: (
this
,acc
,value
) =>Value
Parameters
• this: This
• acc: Value
• value: Value
Returns
Value