We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59899ab commit 34843f4Copy full SHA for 34843f4
src/js/environments.ts
@@ -47,6 +47,7 @@ export const IN_SAFARI =
47
navigator.userAgent.indexOf("Chrome") == -1 &&
48
navigator.userAgent.indexOf("Safari") > -1;
49
50
+/** @private */
51
export const IN_SHELL = typeof read == "function" && typeof load === "function";
52
53
/**
0 commit comments