(defaultConfig)
| 74283 | NetworkAuthenticationRequired: 511 |
| 74284 | }; |
| 74285 | Object.entries(HttpStatusCode).forEach(([key, value]) => { |
| 74286 | HttpStatusCode[value] = key; |
| 74287 | }); |
| 74288 | var HttpStatusCode_default = HttpStatusCode; |
| 74289 | |
| 74290 | // node_modules/axios/lib/axios.js |
| 74291 | function createInstance(defaultConfig) { |
| 74292 | const context = new Axios_default(defaultConfig); |
| 74293 | const instance = bind(Axios_default.prototype.request, context); |
| 74294 | utils_default.extend(instance, Axios_default.prototype, context, { allOwnKeys: true }); |
| 74295 | utils_default.extend(instance, context, null, { allOwnKeys: true }); |
| 74296 | instance.create = function create(instanceConfig) { |
| 74297 | return createInstance(mergeConfig(defaultConfig, instanceConfig)); |
no test coverage detected
searching dependent graphs…