mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-07 06:04:50 +00:00
The reducing function in Ramda's reduceRight has signature
(elem: T, acc: TResult) => TResult,
as per https://github.com/ramda/ramda/blob/v0.24.0/src/reduceRight.js.
The order of the parameters was switched at
68d1dc19fb