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.
2 parents 1969c6f + 5faf710 commit cc7c360Copy full SHA for cc7c360
00-introduction/solution.ts
@@ -5,7 +5,7 @@ import { Equal, Expect } from "../helpers";
5
/**
6
* 0. Warmup, try assigning "World" to `type Hello`.
7
*/
8
- namespace zero {
+namespace zero {
9
type Hello = "World";
10
11
type test1 = Expect<Equal<Hello, "World">>;
0 commit comments