DefinitelyTyped/types/ramda
Jonas Schürmann 6202e2389b Ramda: Tighten return type of reduced (#21771)
The previous return type of reduced caused very weak typing for the
function passed into reduce, basically allowing it to return anything
and not detecting type errors in that place.

This stricter definition of Reduced should fix that.
2018-01-08 10:44:19 -08:00
..
index.d.ts Ramda: Tighten return type of reduced (#21771) 2018-01-08 10:44:19 -08:00
ramda-tests.ts Ramda: anyPass: use generic instead of any (#21870) 2018-01-02 16:28:22 -08:00
tsconfig.json
tslint.json