selfrefactor/rambda

Wrong type definition for propEq

ilteoood opened this issue · 2 comments

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

good catch; will release asap

fixed with 8.1.0