Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.66 KB

File metadata and controls

13 lines (8 loc) · 1.66 KB

Union to Intersection 困难 #utils #infer

by Zheeeng @zheeeng

接受挑战    English 日本語

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

实现高级util类型UnionToIntersection<U>

例如

type I = Union2Intersection<'foo' | 42 | true> // expected to be 'foo' & 42 & true

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