selfrefactor/rambda

`pipe` is not found by Typescript

phts opened this issue · 2 comments

phts commented

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.

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.

Fixed with v1.0.4