mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 20:50:05 +08:00
25 lines
570 B
JavaScript
25 lines
570 B
JavaScript
import {
|
|
ClientRequestInterceptor
|
|
} from "../chunk-JDAAQ7RU.mjs";
|
|
import {
|
|
XMLHttpRequestInterceptor
|
|
} from "../chunk-RXMZLFWG.mjs";
|
|
import "../chunk-6HYIRFX2.mjs";
|
|
import {
|
|
FetchInterceptor
|
|
} from "../chunk-NIASNH2Q.mjs";
|
|
import "../chunk-TX5GBTFY.mjs";
|
|
import "../chunk-6YM4PLBI.mjs";
|
|
import "../chunk-5KMS5CTP.mjs";
|
|
import "../chunk-YM42IU6M.mjs";
|
|
|
|
// src/presets/node.ts
|
|
var node_default = [
|
|
new ClientRequestInterceptor(),
|
|
new XMLHttpRequestInterceptor(),
|
|
new FetchInterceptor()
|
|
];
|
|
export {
|
|
node_default as default
|
|
};
|
|
//# sourceMappingURL=node.mjs.map
|