Skip to content

Commit 4559c01

Browse files
authored
trigger build
1 parent def5619 commit 4559c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/es6/enums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export var foo = 123;
1+
export const foo = 123;
22

33
enum Color {
44
Red,

0 commit comments

Comments
 (0)