15 lines
610 B
TypeScript
15 lines
610 B
TypeScript
import "../Interceptor-DEazpLJd.mjs";
|
|
import { t as ClientRequestInterceptor } from "../index-C0YAQ36w.mjs";
|
|
import { XMLHttpRequestInterceptor } from "../interceptors/XMLHttpRequest/index.mjs";
|
|
import { FetchInterceptor } from "../interceptors/fetch/index.mjs";
|
|
|
|
//#region src/presets/node.d.ts
|
|
|
|
/**
|
|
* The default preset provisions the interception of requests
|
|
* regardless of their type (http/https/XMLHttpRequest).
|
|
*/
|
|
declare const _default: readonly [ClientRequestInterceptor, XMLHttpRequestInterceptor, FetchInterceptor];
|
|
//#endregion
|
|
export { _default as default };
|
|
//# sourceMappingURL=node.d.mts.map
|