Skip to content

Commit f11ef6a

Browse files
committed
setup
1 parent 8793527 commit f11ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: generic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Generic type simple example.
33
// You can pass T as a reference type of data.
44
// Then you can pass mutliple type of data as param.
5-
class MainTest<T> {
5+
class MainTest {
66
printMyName<T>(name: T) {
77
console.log(name)
88
}

0 commit comments

Comments
 (0)