UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

3 lines (2 loc) 322 B
export declare function reduceRight<T, R = T>(source: Iterable<T>, accumulator: (previousValue: R, currentValue: T, currentIndex: number) => R, seed?: never[]): R; export declare function reduceRight<T, R = T>(source: Iterable<T>, accumulator: (previousValue: R, currentValue: T, currentIndex: number) => R, seed?: R): R;