|
|
|
|
|
by dvlsg
2844 days ago
|
|
I didn't have too many problems with typescript and ramda. I occasionally have to explicitly send in types to the first function of a pipe, which is a little annoying, but for the most part it seems to just work for how I use it. What problems have you run into? |
|
It's not something you'd want to find in the middle of your code, yet you may have to if you want to do generic/functional programming in TS.