| 20 | } |
| 21 | |
| 22 | interface Options extends ReadableOptions { |
| 23 | writable?: boolean; |
| 24 | readable?: boolean; |
| 25 | dataSize?: number; |
| 26 | maxDataSize?: number; |
| 27 | pauseStreams?: boolean; |
| 28 | } |
| 29 | |
| 30 | declare class FormData extends stream.Readable { |
| 31 | constructor(options?: Options); |
nothing calls this directly
no outgoing calls
no test coverage detected