Remove useless generic on accumulator

This commit is contained in:
Lewis Diamond 2019-12-02 16:23:09 -05:00
parent 1b3be03db3
commit 107bc17bd4

View File

@ -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,