DefinitelyTyped/types/ramda
Miika Hänninen 9965845140
(ramda) Fix traverse types in the all-arrays case
The traverse function is not properly typeable at this moment since we lack
higher-kinded types. Specific cases are doable though, like the array-array
case I've typed here. Users can add their own specific cases in their own
typings, to extend this.
2019-03-21 10:49:13 +02:00
..
es
src Copy ramda commonjs package type declaration file (#33334) 2019-03-11 11:14:05 -07:00
index.d.ts (ramda) Fix traverse types in the all-arrays case 2019-03-21 10:49:13 +02:00
ramda-tests.ts (ramda) Fix traverse types in the all-arrays case 2019-03-21 10:49:13 +02:00
tools.d.ts curry types 2019-03-05 21:27:10 +02:00
tsconfig.json curry types 2019-03-05 21:27:10 +02:00
tslint.json