mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-06-12 05:50:45 +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