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 29ddffc commit 022693dCopy full SHA for 022693d
index.d.ts
@@ -10,7 +10,7 @@ export type Options = {
10
/**
11
When this option is `true`, the method returns `false` if the stream has already been closed.
12
13
- @default: `false` with `isStream()`, `true` with the other methods
+ @default true
14
*/
15
checkOpen?: boolean;
16
};
readme.md
@@ -48,7 +48,7 @@ Returns a `boolean` for whether it's a [`stream.Transform`](https://nodejs.org/a
48
#### checkOpen
49
50
Type: `boolean`\
51
-Default: `false` with [`isStream()`](#isstreamstream-options), `true` with the other methods
+Default: `true`
52
53
54
0 commit comments