Skip to content

Commit 2f6f903

Browse files
committed
Mozilla link comment
1 parent b618670 commit 2f6f903

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/checkGlobalMode.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://developer.Mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
2+
13
export default function isGlobalMode() {
24
return typeof globalThis.setup == 'function' ||
35
typeof globalThis.draw == 'function'

0 commit comments

Comments
 (0)