UNPKG

react-native-network-logger

Version:

An HTTP traffic monitor for React Native with zero dependencies

13 lines 535 B
type XHRInterceptorModule = { isInterceptorEnabled: () => boolean; setOpenCallback: (...props: any[]) => void; setRequestHeaderCallback: (...props: any[]) => void; setSendCallback: (...props: any[]) => void; setHeaderReceivedCallback: (...props: any[]) => void; setResponseCallback: (...props: any[]) => void; enableInterception: () => void; disableInterception: () => void; }; declare let XHRInterceptor: XHRInterceptorModule; export default XHRInterceptor; //# sourceMappingURL=XHRInterceptor.d.ts.map