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

feat: allow type guards for filter (#39) #40

Closed iimog closed 3 years ago

iimog commented 3 years ago

Allows to use type guards with filter as shown in #39. It might make sense to add an example of the use case for filtering null values to the documentation. I think this is quite common. But so far there are not many typescript examples in the docs, so I'm not sure if this is desired.

pbeshai commented 3 years ago

Fixes #39. Up in v2.4.1