Spaces:
Sleeping
Sleeping
File size: 546 Bytes
cd6720a | 1 2 3 4 5 6 7 8 9 10 11 12 13 | import { t as ClientRequestInterceptor } from "../index-BJ5E5aW-.cjs";
import { XMLHttpRequestInterceptor } from "../interceptors/XMLHttpRequest/index.cjs";
import { FetchInterceptor } from "../interceptors/fetch/index.cjs";
//#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];
export = _default;
//# sourceMappingURL=node.d.cts.map |