Skip to content

Commit

Permalink
Add remaining combined-stream options to typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottsj committed Aug 15, 2019
1 parent 5a3e2cf commit 4d41a32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Expand Up @@ -10,6 +10,9 @@ import * as http from 'http';
export = FormData;

interface Options {
writable?: boolean;
readable?: boolean;
dataSize?: number;
maxDataSize?: number;
pauseStreams?: boolean;
}
Expand Down

0 comments on commit 4d41a32

Please sign in to comment.