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
I use "@types/ramda": "0.0.11" and I see no composeP or pipeP. I would like to write point-free functions with promises. Just composeP and pipeP does it less pain.
The text was updated successfully, but these errors were encountered:
Hey! We've yet to push proper typings to DefinitelyTyped; could you please try using types/npm-ramda over @types/ramda?
Edit: that said, you'll probably wanna use the pipe variants over the compose versions, as TypeScript cannot do backward inference as needed for compose (ref).
I use
"@types/ramda": "0.0.11"
and I see nocomposeP
orpipeP
. I would like to write point-free functions with promises. JustcomposeP
andpipeP
does it less pain.The text was updated successfully, but these errors were encountered: