@sirendesign/markup 1.0.17 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12024,7 +12024,7 @@ function isNode() {
|
|
|
12024
12024
|
return false;
|
|
12025
12025
|
}
|
|
12026
12026
|
try {
|
|
12027
|
-
return (Object.prototype.toString.call(
|
|
12027
|
+
return (Object.prototype.toString.call(undefined) === '[object process]');
|
|
12028
12028
|
}
|
|
12029
12029
|
catch (e) {
|
|
12030
12030
|
return false;
|