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

fix Streamjs GroupingResult #15731

Merged
merged 2 commits into from Apr 14, 2017
Merged

Conversation

alexandrepetrillo
Copy link
Contributor

GroupingResult return an array of element
Exemple :
Stream.of({'firstname': 'john', 'lastname':'doe'}).groupBy(obj => obj.lastname)['doe']
=> is an Array

GroupingResult return an array of element
Exemple : 
Stream.of({'firstname': 'john', 'lastname':'doe'}).groupBy(obj => obj.lastname)['doe']
=> is an Array
@dt-bot
Copy link
Member

dt-bot commented Apr 8, 2017

types/streamjs/index.d.ts

to author (@erosb). Could you review this PR?
👍 or 👎?

Checklist

  • pass the Travis CI test?

@yuit yuit merged commit 460be51 into DefinitelyTyped:master Apr 14, 2017
@alexandrepetrillo alexandrepetrillo deleted the patch-2 branch April 14, 2017 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants