We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde8f34 commit 9e80c77Copy full SHA for 9e80c77
src/util/minimal.js
@@ -34,7 +34,7 @@ util.isNode = typeof global !== "undefined"
34
&& global
35
&& global.process
36
&& global.process.versions
37
- && global.process.versions.node;
+ && typeof global.process.versions.node === "string";
38
39
/**
40
* Global object reference.
0 commit comments