mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
This reverts commit 7aae04d292.
This commit is contained in:
@@ -17,7 +17,6 @@ import isAxiosError from './helpers/isAxiosError.js';
|
||||
import AxiosHeaders from "./core/AxiosHeaders.js";
|
||||
import adapters from './adapters/adapters.js';
|
||||
import HttpStatusCode from './helpers/HttpStatusCode.js';
|
||||
import formDataToStream from './helpers/formDataToStream.js';
|
||||
|
||||
/**
|
||||
* Create an instance of Axios
|
||||
@@ -84,8 +83,6 @@ axios.getAdapter = adapters.getAdapter;
|
||||
|
||||
axios.HttpStatusCode = HttpStatusCode;
|
||||
|
||||
axios.formDataToStream = formDataToStream;
|
||||
|
||||
axios.default = axios;
|
||||
|
||||
// this module should only have a default export
|
||||
|
||||
Reference in New Issue
Block a user