tnp-core 19.0.33 → 19.0.36

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.
@@ -2342,6 +2342,7 @@ var UtilsOs;
2342
2342
  /* */
2343
2343
  /* */
2344
2344
  return (void 0);
2345
+ return false;
2345
2346
  };
2346
2347
  //#endregion
2347
2348
  //#region utils os / is running in wsl
@@ -2538,6 +2539,11 @@ var UtilsOs;
2538
2539
  return (void 0);
2539
2540
  };
2540
2541
  //#endregion
2542
+ UtilsOs.isElectron = UtilsOs.isRunningInElectron();
2543
+ UtilsOs.isBrowser = UtilsOs.isRunningInBrowser();
2544
+ UtilsOs.isNode = UtilsOs.isRunningInNode();
2545
+ UtilsOs.isWebSQL = UtilsOs.isRunningInWebSQL();
2546
+ UtilsOs.isVscodeExtension = UtilsOs.isRunningInVscodeExtension();
2541
2547
  })(UtilsOs || (UtilsOs = {}));
2542
2548
  //#endregion
2543
2549
  //#region utils string