Hello World
提出詳細
/* _____________ Your Code Here _____________ */ type HelloWorld = string // expected to be a string /* _____________ Test Cases _____________ */ import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]
| 提出日時 | 2025-02-03 01:16:39 | 
|---|---|
| 問題 | Hello World | 
| ユーザー | nozo-moto | 
| ステータス | Judging | 
import type { Equal, Expect, NotAny } from '@type-challenges/utils' type cases = [ Expect<NotAny<HelloWorld>>, Expect<Equal<HelloWorld, string>>, ]