DefinitelyTyped/streamjs
2015-06-16 19:38:51 +02:00
..
README.md readme cleanup 2015-06-15 12:36:21 +02:00
streamjs-tests.ts created new Stream.Map interface, fixing build failures 2015-06-16 19:38:51 +02:00
streamjs.d.ts created new Stream.Map interface, fixing build failures 2015-06-16 19:38:51 +02: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()