Skip to content

Commit f44c244

Browse files
committed
Remove outdated comment;
1 parent 7aded45 commit f44c244

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Stream.re

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
/** Not sure if we will need the `void` type */
2-
// type void;
3-
41
type stream = [ | `Stream];
52
type objectMode = [ stream | `ObjectMode];
63
type writable('w) = [ stream | `Writable('w)];

0 commit comments

Comments
 (0)