From 55b4b5df0a3881002988137fd55285ad850d9b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20W=C3=A4rting?= Date: Fri, 4 Mar 2022 18:33:46 +0100 Subject: [PATCH] fix: add missing formdata export to types closes #1517 1517 --- @types/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/@types/index.d.ts b/@types/index.d.ts index 1e36d66cd..269d4bb8e 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -21,6 +21,7 @@ type AbortSignal = { export type HeadersInit = Headers | Record | Iterable | Iterable>; export { + Formdata Blob, blobFrom, blobFromSync,