mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-08-09 18:37:02 +00:00
fix: use node fetch
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export declare const FormData: {
|
||||
new (): FormData;
|
||||
prototype: FormData;
|
||||
};
|
||||
export declare function formDataToBlob(formData: FormData): Blob;
|
||||
Reference in New Issue
Block a user