mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
fix(platform): fixed emulated browser detection in node.js environment; (#6055)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
import platform from './node/index.js';
|
||||
import * as utils from './common/utils.js';
|
||||
|
||||
export {platform as default}
|
||||
export default {
|
||||
...utils,
|
||||
...platform
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user