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
Seems to be pipe method is missing from index.d.ts so Typescript cannot find it, but this method is presented in modules folder and in the documentation.
The text was updated successfully, but these errors were encountered:
I am not big pipe fan(the method in Rambda is introduced by PR not by me) so I intentionally omitted the type definitions(I use Ramda definitions as a base).
In the context that you are opening this issue, I will insert pipe definitions with the next release.
Seems to be
pipe
method is missing fromindex.d.ts
so Typescript cannot find it, but this method is presented inmodules
folder and in the documentation.The text was updated successfully, but these errors were encountered: