mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
// @ts-expect-error -- missing types
|
|
import createFetchRetry from '@vercel/fetch-retry';
|
|
|
|
export const fetchWithRetry: typeof fetch = createFetchRetry(fetch);
|