Duplicated from NITISHRG15102007/rag-context-optimizer
fea495a
1
2
3
4
type Fetch = typeof fetch; export declare function interceptHttpGet(originalFetch: Fetch): () => void; export {};