We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af651b3 commit 08c8c1eCopy full SHA for 08c8c1e
src/processVars.ts
@@ -1,9 +1,5 @@
1
-import { Version } from './version'
+import { Version } from './version';
2
3
export class ProcessVars {
4
- public static version: string;
5
-
6
- constructor() {
7
- ProcessVars.version = Version;
8
- }
+ public static version: string = Version;
9
}
0 commit comments