2
0
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:
Dmitriy Mozgovoy
2023-11-07 22:16:15 +02:00
committed by GitHub
parent f7adacdbaa
commit 3dc8369e50
6 changed files with 56 additions and 56 deletions
+5 -1
View File
@@ -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
}