Skip to content

Commit

Permalink
fix: add missing formdata export to types
Browse files Browse the repository at this point in the history
closes #1517 1517
  • Loading branch information
jimmywarting committed Mar 4, 2022
1 parent 61b3b5a commit 55b4b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @types/index.d.ts
Expand Up @@ -21,6 +21,7 @@ type AbortSignal = {
export type HeadersInit = Headers | Record<string, string> | Iterable<readonly [string, string]> | Iterable<Iterable<string>>;

export {
Formdata
Blob,
blobFrom,
blobFromSync,
Expand Down

0 comments on commit 55b4b5d

Please sign in to comment.