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

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

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