makearmy-app/node_modules/next/dist/server/lib/dedupe-fetch.d.ts

2 lines
147 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
export declare function createDedupeFetch(originalFetch: typeof fetch): (resource: URL | RequestInfo, options?: RequestInit) => Promise<Response>;