Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.94 KB

File metadata and controls

13 lines (8 loc) · 1.94 KB

Get Optional 困难 #utils #infer

by Zheeeng @zheeeng

接受挑战    English 日本語

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

实现高级util类型GetOptional<T>,该类型保留所有可选字段

例如

type I = GetOptional<{ foo: number, bar?: string }> // expected to be { bar?: string }

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

相关挑战

57・Get Required