NeahFront7/node_modules/next/dist/server/lib/dedupe-fetch.d.ts
2025-04-10 18:14:28 +02:00

2 lines
147 B
TypeScript

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