We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af0b50 commit 303c3eaCopy full SHA for 303c3ea
app.ts
@@ -99,3 +99,5 @@ function logAndEcho<T>(val: T) {
99
console.log(val);
100
return val;
101
}
102
+
103
+logAndEcho<string>('Hi there!').split(' ');
0 commit comments