sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.31k stars 173 forks source link

Object function `zip` missing #234

Closed manuelhenke closed 1 year ago

manuelhenke commented 1 year ago

According to the documentation, there should be a zip function for objects. But in the source code, is only a zip functions for arrays and none for objects.

sodiray commented 1 year ago

Hey @manuelhenke thanks for bringing this up. We did some renaming and moving around of the zip function recently so the zip documentation your seeing in the object module shouldn't be there. I've fixed it 👍