Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.77 KB

File metadata and controls

12 lines (8 loc) · 1.77 KB

String to Union 中級 #union #string

by Andrey Krasovsky @bre30kra69cs

挑戦する    English 简体中文 한국어

受け取った文字列を Union 型に変換する型を実装します。

例えば

type Test = '123';
type Result = StringToUnion<Test>; // expected to be "1" | "2" | "3"

戻る 解答を共有 解答を確認