summaryrefslogtreecommitdiff
path: root/src/webex/compat.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/compat.ts')
-rw-r--r--src/webex/compat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/compat.ts b/src/webex/compat.ts
index f1a68f33e..1cbf34a2c 100644
--- a/src/webex/compat.ts
+++ b/src/webex/compat.ts
@@ -30,6 +30,6 @@ export function isFirefox(): boolean {
/**
* Check if we are running under nodejs.
*/
-export function isNode() {
+export function isNode(): boolean {
return typeof process !== "undefined" && process.release.name === "node";
}