NeahFront2/node_modules/next/dist/server/lib/dedupe-fetch.d.ts
2025-04-08 20:36:59 +02:00

2 lines
147 B
TypeScript

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