We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b127d commit a9b44b2Copy full SHA for a9b44b2
1 file changed
types/formidable/formidable-tests.ts
@@ -6,17 +6,17 @@ import {
6
Formidable,
7
formidable as formidableAlias,
8
IncomingForm,
9
+ json,
10
+ multipart,
11
MultipartParser,
12
+ octetstream,
13
Options,
14
Part,
15
PersistentFile,
- plugins,
- VolatileFile,
16
PluginFunction,
- octetstream,
17
+ plugins,
18
querystring,
- multipart,
19
- json,
+ VolatileFile,
20
} from "formidable";
21
import * as http from "http";
22
0 commit comments