MCPcopy Create free account
hub / github.com/form-data/form-data / Options

Interface Options

index.d.ts:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22interface Options extends ReadableOptions {
23 writable?: boolean;
24 readable?: boolean;
25 dataSize?: number;
26 maxDataSize?: number;
27 pauseStreams?: boolean;
28}
29
30declare class FormData extends stream.Readable {
31 constructor(options?: Options);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected