Hello World
提出詳細
type HelloWorld = string
提出日時 | 2024-03-11 16:17:58 |
---|---|
問題 | Hello World |
ユーザー | sumiredc |
ステータス | Accepted |
import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]