Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.84 KB

File metadata and controls

12 lines (8 loc) · 1.84 KB

Required Keys 上級 #utils

by yituan @yi-tuan

挑戦する    English 简体中文

必須なキーの Union を抽出する高度なユーティリティ型 RequiredKeys<T> を実装してください。

例えば

type Result = RequiredKeys<{ foo: number; bar?: string }>;
// expected to be “foo”

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

関連する課題

5・Get Readonly Keys