selfrefactor / rambda

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

Missing typings #81

Closed tdecker91 closed 5 years ago

tdecker91 commented 5 years ago

There's still a few missing typings in index.d.ts. The following methods are contained in the docs here https://selfrefactor.github.io/rambda/#/ but don't have typings.

groupBy
indexBy
indexOf
lastIndexOf

Changes I'd like to introduce https://github.com/selfrefactor/rambda/pull/82

selfrefactor commented 5 years ago

Thanks for the PR. I accepted it and the changes will apply to the next version.