Files
DefinitelyTyped/streamjs
Ryan Cavanaugh a5f4d50ccc Fix tsconfig files for new option name / behavior.
Also fixes some inconsistent whitespace.
2016-07-12 13:54:56 -07:00
..
2016-05-10 12:22:25 -07: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()