mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add "noImplicitThis" to all tsconfig.json * Use `"noImplicitThis": false` on packages with broken tests. |
||
|---|---|---|
| .. | ||
| index.d.ts | ||
| README.md | ||
| streamjs-tests.ts | ||
| tsconfig.json | ||
StreamJS Type Definitions
Note: this definition file is not for the StreamJS library available at http://streamjs.org but the one at http://winterbe.github.io/streamjs/ .
Unsupported StreamJS function / method signatures:
Stream(collection)(butStream.from(collection)works)Stream(string)(butStream.from(string)works)Stream.empty()map(path)flatMap(path)Optional.empty()