Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atiertant committed Apr 16, 2018
1 parent 857f773 commit 1e39f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ As transform function is called in the stream context, every internal function c
### Object mode

`streamize.obj.Readable(read, [options])`

`streamize.obj.Writable(write, [options])`

`streamize.obj.Duplex(read, write, [options])`

`streamize.obj.Transform(transform, [options])`

do the same but return a stream in object mode.

0 comments on commit 1e39f47

Please sign in to comment.