Open
Description
First of all thanks for this nice library, it's filling an important gap in the JS world.
When using typescript I'm getting the following error, any idea? It seems an issue with the grouped column parameter.
groupBy('day', [
summarize({ total_cost: mean('total_cost'),
total_revenue: mean('total_revenue'),
margin: mean('margin') })
]))
No overload matches this call.
The last overload gave the following error.
Argument of type 'string' is not assignable to parameter of type 'GK<object>'.ts(2769)
tidy.d.ts(1006, 18): The last overload is declared here.
```
Metadata
Metadata
Assignees
Labels
No labels