NeahNew/node_modules/next/dist/server/lib/dedupe-fetch.d.ts
2025-05-03 14:17:46 +02:00

2 lines
147 B
TypeScript

export declare function createDedupeFetch(originalFetch: typeof fetch): (resource: URL | RequestInfo, options?: RequestInit) => Promise<Response>;