Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.68 KB

File metadata and controls

13 lines (8 loc) · 1.68 KB

Get Required 困难 #utils #infer

by Zheeeng @zheeeng

接受挑战    English 日本語

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

实现高级util类型GetRequired<T>,该类型保留所有必填字段

例如

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

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