Commit Graph

4 Commits

Author SHA1 Message Date
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
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