Spaces:
Sleeping
Sleeping
| 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 |