We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aded45 commit f44c244Copy full SHA for f44c244
src/Stream.re
@@ -1,6 +1,3 @@
1
-/** Not sure if we will need the `void` type */
2
-// type void;
3
-
4
type stream = [ | `Stream];
5
type objectMode = [ stream | `ObjectMode];
6
type writable('w) = [ stream | `Writable('w)];
0 commit comments