Skip to content

Commit 1317261

Browse files
authored
Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732)
This reverts commit 7aae04d.
1 parent 7aae04d commit 1317261

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/axios.js

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import isAxiosError from './helpers/isAxiosError.js';
1717
import AxiosHeaders from "./core/AxiosHeaders.js";
1818
import adapters from './adapters/adapters.js';
1919
import HttpStatusCode from './helpers/HttpStatusCode.js';
20-
import formDataToStream from './helpers/formDataToStream.js';
2120

2221
/**
2322
* Create an instance of Axios
@@ -84,8 +83,6 @@ axios.getAdapter = adapters.getAdapter;
8483

8584
axios.HttpStatusCode = HttpStatusCode;
8685

87-
axios.formDataToStream = formDataToStream;
88-
8986
axios.default = axios;
9087

9188
// this module should only have a default export

0 commit comments

Comments
 (0)