Searched refs:TSIntersectionType (Results 1 – 1 of 1) sorted by relevance
1047 export interface TSIntersectionType extends Node { interface1560 | TSIntersectionType1953 export function TSIntersectionType(types: TSType[]): TSIntersectionType;2304 …n isTSIntersectionType(node: object | null | undefined, opts?: object): node is TSIntersectionType;2830 ): asserts node is TSIntersectionType;