You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hm. I think there were issues on losing generics at the TS repo but can't recall which.
I think the DT types for ramda have been catching up if not out-pacing this repo though. maybe try if those work better for you?
@tycho01 has closed #78 which was very related to this.
I have the following silly array map
This works just fine until I curry it. Then, no matter how I call it typescript won't compile it with the following error:
Not even when I tell it that
x
is anumber
.The text was updated successfully, but these errors were encountered: