Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GroupBy on numeric value returns group keys as string #131

Open
Sleeckx opened this issue May 28, 2021 · 0 comments
Open

GroupBy on numeric value returns group keys as string #131

Sleeckx opened this issue May 28, 2021 · 0 comments
Assignees
Labels

Comments

@Sleeckx
Copy link
Member

Sleeckx commented May 28, 2021

value: function groupBy<T>(this: T[], selector: (element: T) => string | number): KeyValuePair<string | number, T[]>[] {

@Sleeckx Sleeckx added the bug label May 28, 2021
@Sleeckx Sleeckx self-assigned this May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant