Y
Hacker News
new
|
ask
|
show
|
jobs
by
arcticfox
2710 days ago
I have the same experience; I wonder if anyone is working on a TS-friendly utility library, or if our best hope is the work on TS itself on [0]?
1 comments
chrisweekly
2709 days ago
I wonder if ramda is any better in that regard?
link
kristiandupont
2709 days ago
I love Ramda and use it everywhere but sadly, it's somewhat lacking when it comes to type definitions. Everything in Ramda is curried and the types just don't reflect that very well so you get quite a few incorrect compiler errors.
link
chrisweekly
2708 days ago
Yeah, I remember liking the auto-currying, that makes sense it has a downside here.
link