Remove useless generic on accumulator
This commit is contained in:
parent
1b3be03db3
commit
107bc17bd4
@ -136,7 +136,7 @@ export function accumulator(
|
||||
}
|
||||
}
|
||||
|
||||
export function accumulatorBy<T, S extends FlushStrategy>(
|
||||
export function accumulatorBy<T>(
|
||||
flushStrategy: FlushStrategy,
|
||||
iteratee: AccumulatorByIteratee<T>,
|
||||
options?: TransformOptions,
|
||||
|
Loading…
Reference in New Issue
Block a user