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