DefinitelyTyped/streamjs
2016-03-17 21:06:54 +09:00
..
README.md
streamjs-tests.ts
streamjs.d.ts Merge branch 'master' into rename-repo-url 2016-03-17 21:06:54 +09: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()