Files
DefinitelyTyped/types/ramda
Cort Spellman 1066f6fb82 [ramda]: Correct order of reducing-fn params in reduceRight (#18798)
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
2017-09-24 15:39:09 +09:00
..