Skip to content

Commit 4d41a32

Browse files
committed
Add remaining combined-stream options to typedef
1 parent 5a3e2cf commit 4d41a32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ import * as http from 'http';
1010
export = FormData;
1111

1212
interface Options {
13+
writable?: boolean;
14+
readable?: boolean;
15+
dataSize?: number;
1316
maxDataSize?: number;
1417
pauseStreams?: boolean;
1518
}

0 commit comments

Comments
 (0)