try node-fetch instead

This commit is contained in:
bitkarrot
2022-03-20 22:52:30 -07:00
parent d7bad86416
commit b8674d73ad
92 changed files with 6669 additions and 2 deletions

2
node_modules/fetch-blob/file.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
/** @type {typeof globalThis.File} */ export const File: typeof globalThis.File;
export default File;