DefinitelyTyped/streamjs
Andy a4bd9fa3c1 Add "noImplicitThis" to all tsconfig.json (#13446)
* Add "noImplicitThis" to all tsconfig.json

* Use `"noImplicitThis": false` on packages with broken tests.
2016-12-19 14:11:46 -08:00
..
index.d.ts Rename all entry points to index.d.ts and explicitify all file lists 2016-05-09 17:29:10 -07:00
README.md
streamjs-tests.ts Remove unneeded references 2016-05-10 12:22:25 -07:00
tsconfig.json Add "noImplicitThis" to all tsconfig.json (#13446) 2016-12-19 14:11:46 -08:00

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) (but Stream.from(collection) works)
  • Stream(string) (but Stream.from(string) works)
  • Stream.empty()
  • map(path)
  • flatMap(path)
  • Optional.empty()