selfrefactor / rambda

Faster and smaller alternative to Ramda
https://selfrefactor.github.io/rambda
MIT License
1.66k stars 89 forks source link

Wrong type definition for propEq #688

Closed ilteoood closed 1 year ago

ilteoood commented 1 year ago

Issue

With Rambda 8.0.0, propEq parameters order has been flipped in order to match the new signature of Ramda.

Unfortunately, the TypeScript definition still presents the old order: image

Rambda version

8.0.0

Node.js version

18

selfrefactor commented 1 year ago

good catch; will release asap

selfrefactor commented 1 year ago

fixed with 8.1.0