UNPKG

next

Version:

The React Framework

4 lines (3 loc) 114 B
type Fetch = typeof fetch; export declare function interceptHttpGet(originalFetch: Fetch): () => void; export {};