selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

"then" function is missing #37

Closed makarkotlov closed 4 years ago

makarkotlov commented 4 years ago

Interface for "then" is in index.d.ts, but there is no then.js or then.spec.js in src folder

selfrefactor commented 4 years ago

I will remove it from index.d.ts but the method is renamed to R.resolve, because Ramda had an open issue regarding the naming of R.then.

https://github.com/ramda/ramda/issues/2751

selfrefactor commented 4 years ago

Major version published including a fix for this issue. Latest version 3.0.1