DefinitelyTyped/types/streamjs
2017-04-08 17:54:57 +02:00
..
index.d.ts
README.md
streamjs-tests.ts Update streamjs-tests.ts 2017-04-08 17:54:57 +02:00
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) (but Stream.from(collection) works)
  • Stream(string) (but Stream.from(string) works)
  • Stream.empty()
  • map(path)
  • flatMap(path)
  • Optional.empty()