We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85a6aa commit c92ceb1Copy full SHA for c92ceb1
examples/test.ts
@@ -1,2 +1,6 @@
1
-let a: undefined = null;
2
-let b: null = undefined;
+let xcatliu: [string, number];
+xcatliu[0] = 'Xcat Liu';
3
+xcatliu[1] = 25;
4
+
5
+xcatliu[0].slice(1);
6
+xcatliu[1].toFixed(2);
0 commit comments