We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724784e commit 1aefd54Copy full SHA for 1aefd54
src/global.ts
@@ -4,5 +4,5 @@ declare global
4
/**
5
* 是否为开发模式。
6
*/
7
- var __DEV__: boolean;
+ const __DEV__: boolean;
8
}
0 commit comments