Files
cartlog-admin/node_modules/next/dist/server/lib/dedupe-fetch.d.ts
2026-01-01 15:25:19 +05:30

2 lines
147 B
TypeScript

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