Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.95 KB

File metadata and controls

14 lines (9 loc) · 1.95 KB

Required Keys 困难 #utils

by yituan @yi-tuan

接受挑战    English 日本語

由谷歌自动翻译,欢迎 PR 改进翻译质量。

实现高级util类型RequiredKeys<T>,该类型将所有必需的键都选择为一个并集。

例如

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

返回首页 分享你的解答 查看解答

相关挑战

5・获取只读字段