Home
last modified time | relevance | path

Searched defs:UnionToIntersection (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DnormalizedIntersectionTooComplex.ts11 type UnionToIntersection<U> = (U extends any ? (k: U) => void : never) extends ((k: infer I) => voi… alias
/third_party/typescript/src/compiler/
Dtypes.ts9572 export type UnionToIntersection<U> = alias