mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
adding some missing methods, adding README with unsupported method list
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# StreamJS Type Definitions
|
||||
|
||||
Unsupported StreamJS function / method signatures:
|
||||
* Stream(collection)
|
||||
* Stream(string)
|
||||
* Stream.empty()
|
||||
* filter(sample)
|
||||
* map(path)
|
||||
* flatMap(path)
|
||||
* sorted(path)
|
||||
* takeWhile(sample)
|
||||
* dropWhile(sample)
|
||||
* min(path)
|
||||
* max(path)
|
||||
* sum(path)
|
||||
* average(path)
|
||||
* allMatch(sample)
|
||||
* anyMatch(sample)
|
||||
* groupingBy(path)
|
||||
* toMap(path, mergeFunction)
|
||||
* partitioningBy(sample);
|
||||
* Optional.empty()
|
||||
Reference in New Issue
Block a user