Commit Graph

3 Commits

Author SHA1 Message Date
alexandrepetrillo
b26aa29acd Update streamjs-tests.ts 2017-04-08 17:54:57 +02:00
alexandrepetrillo
e71a66fb28 fix Streamjs GroupingResult
GroupingResult return an array of element
Exemple : 
Stream.of({'firstname': 'john', 'lastname':'doe'}).groupBy(obj => obj.lastname)['doe']
=> is an Array
2017-04-08 17:42:53 +02:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00