pbeshai / tidy

Tidy up your data with JavaScript, inspired by dplyr and the tidyverse
https://pbeshai.github.io/tidy
MIT License
725 stars 21 forks source link

fix: groupBy types better handle options #65

Closed pbeshai closed 2 years ago

pbeshai commented 2 years ago

After banging my head against the wall many many times, I believe this fixes #59. The change makes options not an optional parameter in the overloads and instead adds an extra overload for each overload with no options parameter.