Files
minecraft-plugin-manager/frontend/webapp/node_modules/next/dist/server/lib/dedupe-fetch.d.ts
2025-04-13 00:18:57 +02:00

2 lines
147 B
TypeScript

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