Skip to content

Commit 7b745bb

Browse files
Typescript features
1 parent 31f0d79 commit 7b745bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hello.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
console.log('hello');
2+
3+
const my thing = enum MyEnum {
4+
stuff = string;
5+
moreStuff = boolean;
6+
};

0 commit comments

Comments
 (0)