Skip to content

Commit 34843f4

Browse files
committed
Remove IN_SHELL from docs
1 parent 59899ab commit 34843f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/environments.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const IN_SAFARI =
4747
navigator.userAgent.indexOf("Chrome") == -1 &&
4848
navigator.userAgent.indexOf("Safari") > -1;
4949

50+
/** @private */
5051
export const IN_SHELL = typeof read == "function" && typeof load === "function";
5152

5253
/**

0 commit comments

Comments
 (0)