展开一些未计算的类型,深度展开使用 ExpandDeep
type t1 = {a: number} & {b: string}Expand<t1> // {a: number, b: string} Copy
type t1 = {a: number} & {b: string}Expand<t1> // {a: number, b: string}
Generated using TypeDoc
展开一些未计算的类型,深度展开使用 ExpandDeep