mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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
|
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| ramda-tests.ts | ||
| tsconfig.json | ||
| tslint.json | ||