UNPKG

unified-error-handling

Version:

A lightweight, zero-dependency error handling library with dynamic adapter loading for multiple error tracking services

11 lines 321 B
export declare class NetworkInterceptor { private enabled; private originalFetch; private xhrPrototype; private originalOpen; private originalSend; enable(): void; disable(): void; } export declare const networkInterceptor: NetworkInterceptor; //# sourceMappingURL=network-interceptor.d.ts.map