Hello World
提出詳細
type HelloWorld = string
| 提出日時 | 2024-07-29 00:06:12 | 
|---|---|
| 問題 | Hello World | 
| ユーザー | ve1997 | 
| ステータス | Accepted | 
import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]