UNPKG

next

Version:

The React Framework

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