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
..
index.d.ts [ramda]: Correct order of reducing-fn params in reduceRight (#18798) 2017-09-24 15:39:09 +09:00
ramda-tests.ts [ramda]: Correct order of reducing-fn params in reduceRight (#18798) 2017-09-24 15:39:09 +09:00
tsconfig.json
tslint.json Ramda: disable no-unnecessary-generics (#19785) 2017-09-19 09:12:20 -07:00