Files
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
..