File size: 114 Bytes
fea495a
 
 
1
2
3
4
type Fetch = typeof fetch;
export declare function interceptHttpGet(originalFetch: Fetch): () => void;
export {};