Hello World
提出詳細
type HelloWorld = string
提出日時 | 2024-10-27 13:43:22 |
---|---|
問題 | Hello World |
ユーザー | balckowl |
ステータス | Accepted |
import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]