UNPKG

@mswjs/interceptors

Version:

Low-level HTTP/HTTPS/XHR/fetch request interception library.

12 lines (11 loc) 411 B
import { l as HttpRequestEventMap, r as Interceptor } from "../../Interceptor-DJ2akVWI.cjs"; //#region src/interceptors/fetch/index.d.ts declare class FetchInterceptor extends Interceptor<HttpRequestEventMap> { static symbol: symbol; constructor(); protected checkEnvironment(): boolean; protected setup(): Promise<void>; } //#endregion export { FetchInterceptor }; //# sourceMappingURL=index.d.cts.map