Refactor: continues to rewrite to TS

This commit is contained in:
SukkaW
2023-11-15 16:26:46 +08:00
parent ec338a659f
commit 99589cf2fc
32 changed files with 258 additions and 471 deletions

4
Build/lib/fetch-retry.ts Normal file
View File

@@ -0,0 +1,4 @@
// @ts-expect-error -- missing types
import createFetchRetry from '@vercel/fetch-retry';
export const fetchWithRetry: typeof fetch = createFetchRetry(fetch);