mosya Type Challenges

問題に挑戦!

Hello, World!

まずはウォーミングアップとしてany型として定義されているHelloWorldstring型として定義してみましょう。

// expected to be string
type HelloWorld = any;
引用元

この問題はType Challengesの以下の問題を記載したものです。