Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b3b5a commit a4ea5f9Copy full SHA for a4ea5f9
@types/index.d.ts
@@ -2,6 +2,7 @@
2
/// <reference lib="dom" />
3
4
import {RequestOptions} from 'http';
5
+import {FormData} from 'formdata-polyfill/esm.min.js';
6
import {
7
Blob,
8
blobFrom,
@@ -21,6 +22,7 @@ type AbortSignal = {
21
22
export type HeadersInit = Headers | Record<string, string> | Iterable<readonly [string, string]> | Iterable<Iterable<string>>;
23
24
export {
25
+ FormData,
26
27
28
blobFromSync,
0 commit comments