mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
readme cleanup
This commit is contained in:
@@ -4,9 +4,9 @@ Note: this definition file is not for the StreamJS library available at http://s
|
||||
http://winterbe.github.io/streamjs/ .
|
||||
|
||||
Unsupported StreamJS function / method signatures:
|
||||
* Stream(collection)
|
||||
* Stream(string)
|
||||
* Stream.empty()
|
||||
* map(path)
|
||||
* flatMap(path)
|
||||
* Optional.empty()
|
||||
* `Stream(collection)` (but `Stream.from(collection)` works)
|
||||
* `Stream(string) (but `Stream.from(string)` works)
|
||||
* `Stream.empty()`
|
||||
* `map(path)`
|
||||
* `flatMap(path)`
|
||||
* `Optional.empty()`
|
||||
|
||||
Reference in New Issue
Block a user